GET
/
info
/
cdn
/
list
curl --request GET \
  --url https://app.onefirewall.com/api/v1/info/cdn/list \
  --header 'Authorization: <api-key>'
"[\n    {\n        \"name\": \"<CDN NAME>\",\n        \"addresses\": [\n            \"<single ip>\",\n            \"<CIDR>\"\n            \n        ]\n    },\n    \n]"

Authorizations

Authorization
string
header
required

Authorization Token

Response

200 - application/json

The response is of type string.