Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Workspace creation data
Data required to create a new workspace.
The desired name for the new workspace.
Response
Workspace created successfully or error if name exists.
Status of the response (e.g., 'success', 'error').
A descriptive message for the response (e.g., 'Workspace created successfully.', 'A workspace with this name already exists for your company.').
The created workspace object or an error string. Represents a workspace.