v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Origins

Get origin groups list

Get all origin groups and related origin sources.

get/cdn/origin_groups

Query parameters

namestring

Origin group name.

sourcesstring

Origin sources (IP addresses or domains) in the origin group.

has_related_resourcesboolean

Defines whether the origin group has related CDN resources.

Possible values:

  • true – Origin group has related CDN resources.
  • false – Origin group does not have related CDN resources.
limitinteger

Maximum number of items to return in the response. Cannot exceed 1000.

offsetinteger

Number of items to skip from the beginning of the list.

Response

Successful.

OR

Example response

[
  {
    "id": 1,
    "name": "YourOriginGroup",
    "use_next": true,
    "proxy_next_upstream": [
      "error",
      "timeout"
    ],
    "auth_type": "none",
    "sources": [
      {
        "backup": false,
        "enabled": true,
        "source": "yourwebsite.com"
      }
    ],
    "path": "",
    "has_related_resources": true
  }
]