Retrieve information about a specific domain's DNS zone, including its status. It returns a unique ID for subsequent API calls to manage cases or review settings, which is necessary to proceed with certain administrative actions.
domain string required Example Fully qualified domain name
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string nameservers array error string message string retryAfter string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/dns/domain/{domain} curl -X GET "https://cloud.hostup.se/api/dns/domain/example17.com" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"zone": {
"id": "string",
"domain": "string",
"status": "string"
}
}
}