POST
/
v1
/
workspaces

Authorizations

Authorization
string
headerrequired

Default authentication mechanism

Body

application/json
name
string
required

The name of the workspace.

slug
string
required

The unique slug of the workspace. if not provided, it will be generated from the name.

Response

200 - application/json
data
object
required
data.name
string
required

The name of the workspace.

data.slug
string
required

The unique slug of the workspace.

success
boolean
required

Whether the API call was successful

Was this page helpful?