Checks the availability of a domain.
https://backoffice.hostcontrol.com/api/v1/domain-is
Parameter | Required? | Description | Example value |
---|---|---|---|
domain | required | The domain name you want to check the availability for. | test.com |
POST https://backoffice.hostcontrol.com/api/v1/domain-is
POST Data
{
"domain": "test.com"
}
Result
{
"result": "taken",
"success": true
}