Skip to main content

List workspaces

List workspaces

Responses
200

Successful response

Schema
workspaces object[]
id string
name string
icon string
plan string

Possible values: [FREE, STARTER, PRO, LIFETIME, OFFERED, CUSTOM]

default

Error response

Schema
message string
code string
issues object[]
message string
query.workspace.listWorkspaces
GET /workspaces
https://app.typebot.io/api/v1
curl -L -X GET 'https://app.typebot.io/api/v1/workspaces' \
-H 'Accept: application/json'