Workspaces
Create Workspace
Create new workspace.
POST
/
v1
/
workspaces
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Body
application/json
name
string
requiredThe name of the workspace.
Required string length:
4 - 32
slug
string
requiredThe unique slug of the workspace. if not provided, it will be generated from the name.
Required string length:
4 - 32
Response
200 - application/json
data
object
requireddata.name
string
requiredThe name of the workspace.
data.slug
string
requiredThe unique slug of the workspace.
success
boolean
requiredWhether the API call was successful
Was this page helpful?