Get CDN rule settings

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.

Query Parameters

zone string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/cdn/proxy-rules
For AI assistants
cURL
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"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "rules": [
      "string"
    ],
    "count": 0
  }
}