Resello REST API Documentation

POST domain-is

Checks the availability of a domain.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain-is

Parameters

Parameter Required? Description Example value
domain required The domain name you want to check the availability for. test.com

Example request


POST    https://backoffice.hostcontrol.com/api/v1/domain-is

POST Data

{
    "domain": "test.com"
}

Result

{
    "result": "taken",
    "success": true
}