Create workspace
Create a workspace in an organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
orgId
Organization that will own the workspace.
Headers
X-Account-Id
Account that owns the organization.
Request
This endpoint expects an object.
name
Name shown to users. Required and non-blank.
Response
The created workspace and its default configuration.
workspace
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

