Retrieve a list of your configured CDN rule settings. It returns a unique ID that can be used to track specific actions or rule updates in subsequent calls.
zone string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cdn/proxy-rules curl -X GET "https://cloud.hostup.se/api/cdn/proxy-rules?zone=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"rules": [
"string"
],
"count": 0
}
}