Workspaces
Create Workspace
Create a new workspace.
post/v2/workspace:create
Request body
namestring required
The unique workspace name, it must be a valid DNS label as it will be used in URLs.
display_namestring required
The human-readable name of the workspace.
region'EU' | 'US'
Response
Successful Response
errorsstring[]
List of error messages associated with the resource.
internal_error_detailsstring[]
List of internal error messages associated with the errors field.
idstring int64 required
The unique identifier of the resource
created_atstring date-time required
The time at which the resource was created
created_bystring required
The ID of the user who created the resource
updated_atstring date-time required
The time at which the resource was last updated
updated_bystring required
The ID of the user who last updated the resource
namestring required
display_namestring required
state'PROVISIONING' | 'DELETING' | 'READY' | 'FAILED' required
picture_file_idstring int64 nullable required