Workspaces
Create workspace
Create a new workspace in the current organization.
POST
/
workspaces
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Body
application/json
name
string
requiredThe name of the workspace. Must be unique within the organization.
notification_emails
string[]
The list of emails that will receive alerts from the workspace.
return_workspace_api_key
boolean
default: falseWhether or not a successful result should include the api_key
field in the response. This workspace api_key
is used to interact with the Workspace APIs.
Response
201 - application/json
status
enum<string>
requiredThe outcome of the creation request
Available options:
success
data
object
requiredWas this page helpful?