Workspaces
Create a new workspace
Creates a new workspace for the authenticated user’s company.
POST
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.
Response
200
application/json
Workspace created successfully or error if name exists.
The response is of type object
.