Quickly check if a desired domain name is available. The service returns a unique ID required to retrieve the final result from a follow-up call, necessary for completing domain registration.
Accept Example Content-Type Example domain string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-exists curl -X POST "https://cloud.hostup.se/api/domain-exists" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"exists": true
}
} {
"domain": "string"
}