v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
Create account subdomain.
Create a subdomain. Only the Account Owner can create a subdomain.
post/v1/account/subdomain
Request body
Example request
{
"subdomain": "my-company"
}Response
Created a new subdomain.
Example response
{
"subdomain": "my-company",
"url": "https://your-company.sumologic.com"
}