Domain > Order

Check Domain

Check the availability of a Domain

post/2/domains/accounts/{account}/check

Path parameters

accountstring required

Request body

domainstring required

The domain name

with_option_pricesboolean

Should return the options price (Fast Anycast, Domain Privacy), default: false

Example request

{
  "domain": "example.com"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.