POST
/
v1
/
workspaces

Authorizations

Authorization
string
header
required

Default authentication mechanism

Body

application/json
name
string
required

The name of the workspace.

Required string length: 4 - 32
slug
string
required

The 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
required
success
boolean
required

Whether the API call was successful

Was this page helpful?