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

Workspace creation parameters.

name
string
required

Unique name per user.

type
enum<string>
required

Type of workspace.

Available options:
INTERNAL,
PARTNER
status
boolean
required

Workspace status (active/inactive).

Response

status
integer
required
Example:

201

message
string
required
Example:

"Resource created successfully."

data
object
required

Created resource data.