Verify Subdomain Availability

GET {{baseUrl}}/api/v2/accounts/available?subdomain=<string>

Zendesk Support credentials are not required to access this endpoint. You can use any Zendesk Support subdomain.

Returns true if the subdomain is available.

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Specify the name of the subdomain you want to verify. The name can't contain underscores, hyphens, or spaces.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true}