Check if a specific domain name is available for registration, along with a list of desired top-level domains (TLDs). This endpoint returns a jobId you use to retrieve the result via GET /api/domain-check/{jobId}.
Accept Example Content-Type Example sld string required tlds array required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-check curl -X POST "https://cloud.hostup.se/api/domain-check" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sld": "string",
"tlds": [
"string"
]
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"jobId": "string",
"status": "string",
"message": "string"
}
} {
"sld": "string",
"tlds": [
"string"
]
}