v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Domain Slug

checkSlugAvailability

Check if a Domain Slug exists with the specified value

get/domain-slugs/availability-check/{slug_value}

Path parameters

slug_valuestring required
Example:15thbowlathon

Value of the Domain Slug

Query parameters

domain_idinteger
Example:791

Primary identifier of Domain to apply availability check against. If none provided, the default Domain will be used.

Response

Success

resultboolean

Example response

{
  "result": true
}