Skip to main content
POST
Create a new workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Example:

"My Workspace"

Response

Workspace created successfully

success
boolean
required
Example:

true

message
string
required
Example:

"Workspace created successfully"

data
object
required