Check the current status of automatic DNSSEC management for a specific domain. This endpoint returns information on whether DNSSEC is active, when it was last checked, and any error messages. You need to provide the domain ID.
domainId integer · min: 1 required Example Unique domain identifier
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 retryAfter string requestId string https://cloud.hostup.se/api/domains/{domainId}/dnssec-auto curl -X GET "https://cloud.hostup.se/api/domains/20292/dnssec-auto" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"domain": "string",
"dnssec_status": "string",
"last_checked": "string",
"last_error": "string",
"nameservers_changed_at": "string",
"blocked_until": "string"
}
}