Domain > Order
Check Domain
Check the availability of a Domain
post/2/domains/accounts/{account}/check
Path parameters
accountstring required
Request body
Example request
{
"domain": "example.com"
}Response
OK
Example response
{
"result": "success",
"data": {
"domain": "mydomain.ch",
"status": "available",
"action": {
"name": "registration",
"pricing": {
"currency": "CHF"
}
}
}
}