v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
accountManagement

Create account subdomain.

Create a subdomain. Only the Account Owner can create a subdomain.

post/v1/account/subdomain

Request body

subdomainstring required

The new subdomain.

Example request

{
  "subdomain": "my-company"
}

Response

Created a new subdomain.

createdAtstring date-time required

Creation timestamp in UTC in RFC3339 format.

createdBystring required

Identifier of the user who created the resource.

modifiedAtstring date-time required

Last modification timestamp in UTC.

modifiedBystring required

Identifier of the user who last modified the resource.

subdomainstring required

The new subdomain.

urlstring required

Login URL corresponding to the subdomain.

Example response

{
  "subdomain": "my-company",
  "url": "https://your-company.sumologic.com"
}