v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Cache Configurations

List cache configurations

Retrieves a list of cache configurations wrapped in the element "results".

get/v3/cache-configurations

Response

OK

Example response

{
  "results": [
    {
      "label": "Test",
      "conditions": {
        "url_pattern": "^/forum",
        "header_patterns": {
          "Content-Type": "^text/html"
        }
      },
      "redirect": {
        "target": "/some/path",
        "status": 301
      }
    }
  ]
}