Skip to main content

Get workspace

Get workspace

Path Parameters
workspaceId string REQUIRED
Responses
200

Successful response

Schema
workspace object
id string
createdAt date-time
updatedAt date-time
name string
icon string
plan string

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

stripeId string
additionalChatsIndex number
additionalStorageIndex number
chatsLimitFirstEmailSentAt date-time
chatsLimitSecondEmailSentAt date-time
storageLimitFirstEmailSentAt date-time
storageLimitSecondEmailSentAt date-time
customChatsLimit number
customStorageLimit number
customSeatsLimit number
isQuarantined boolean
isSuspended boolean
default

Error response

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