domainName
string
example.com
mysite.org
years
number
cmr-x-api-key: ********************
{ "domainName":"example.com", "years":1 }
curl --location --request POST 'https://customers.coldmailreseller.com/api/v1/integration/domains/available-single' \ --header 'cmr-x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domainName":"example.com", "years":1 }'
{ "status": 200, "message": "Domain availability status", "data": { "domainName": "globalbrewingcompany.com", "status": "AVAILABLE", "domainPrice": "42.47", "renewPrice": "44.28" } }