v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
CDN Reseller Origin shielding

Get information about disabled origin shielding locations

Get information about origin shielding locations disabled for a specific client.

get/cdn/clients/{client_id}/disabled_shield_locations_v2

Path parameters

client_idinteger required

Client account ID.

Response

Successful.

disabled_shield_locations_v2integer[]

Origin shielding location IDs disabled for the client.

Example response

{
  "disabled_shield_locations_v2": [
    1,
    2,
    3
  ]
}