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.
slug
string
requiredThe unique slug of the workspace. if not provided, it will be generated from the name.
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?