Check the status and configuration of your CDN services for one or more domains. You will receive information such as whether the CDN is active, security settings, and IDs needed for further DNS management.
Accept Example Content-Type Example domains array required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cdn/batch-status curl -X POST "https://cloud.hostup.se/api/cdn/batch-status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domains": [
"string"
]
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"zones": [
{
"name": "string",
"error": "string",
"exists": true,
"enabled": true,
"status": "string"
}
]
}
} {
"domains": [
"string"
]
}