GET
/
v1
/
workspaces
/
{workspaceId}
curl --request GET \
  --url https://app.typebot.io/api/v1/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "workspace": {
    "id": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "name": "<string>",
    "icon": "<string>",
    "plan": "FREE",
    "stripeId": "<string>",
    "customChatsLimit": 123,
    "customSeatsLimit": 123,
    "isSuspended": true,
    "isPastDue": true,
    "isVerified": true
  }
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

workspaceId
string
required

Response

200 - application/json
workspace
object
required