Skip to main content

Get workspace

Get workspace

Path Parameters
workspaceId string โ€” REQUIRED
Responses
200

Successful response

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

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

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

Error response

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