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",
  "data": {
    "domain": "mydomain.ch",
    "status": "available",
    "action": {
      "name": "registration",
      "pricing": {
        "currency": "CHF"
      }
    }
  }
}

Changes