Skip to main content
POST
Create Workspace

Authorizations

Authorization
string
header
required

Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Body

application/json
name
string
required

Workspace name.

Required string length: 1 - 255
Example:

"Workspace Name"

Response

Workspace created successfully.

status
string
required
Allowed value: "success"
message
string
required
Example:

"Workspace created successfully"

data
object
required