POST
/
workspaces

Authorizations

Authorization
string
headerrequired

Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.

Body

application/json
name
string
required

The 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: false

Whether 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>
required

The outcome of the creation request

Available options:
success
data
object
required