internal
provision

Provision a new workspace (called by auth worker)

post/internal/v1/provision-workspace

Request body

$schemastring uri

A URL to the JSON Schema for this object.

admin_emailsstring[] nullable required
company_namestring required
emailstring required
email_domainsstring[] nullable required
first_namestring required
last_namestring required
statusstring required
subdomainstring
websitestring

Example request

{
  "$schema": "https://api.scaleops.com/schemas/ProvisionRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

idstring required
subdomainstring required
tokenstring required

Example response

{
  "$schema": "https://api.scaleops.com/schemas/ProvisionResponseBody.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.