v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
accountManagement

Get the configured subdomain.

Get the configured subdomain.

get/v1/account/subdomain

Response

The subdomain's definition.

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"
}