GET
/
v1
/
workspaces
curl --request GET \
  --url https://app.typebot.io/api/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "id": "<string>",
      "name": "<string>",
      "icon": "<string>",
      "plan": "FREE"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
workspaces
object[]
required