Origin shielding
Get origin shielding locations
Get information about all origin shielding locations available in the account.
get/cdn/shieldingpop_v2
Query parameters
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.
Example response
[
{
"id": 1,
"datacenter": "Ashburn",
"country": "United States",
"city": "Ashburn"
},
{
"id": 2,
"datacenter": "Frankfurt",
"country": "Germany",
"city": "Frankfurt"
}
]