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
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Specify the name of the subdomain you want to verify. The name can't contain underscores, hyphens, or spaces. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true}