cURL
curl --request GET \ --url https://api.gcore.com/cdn/shieldingpop_v2 \ --header 'Authorization: <api-key>'
{ "id": 123, "datacenter": "<string>", "country": "<string>", "city": "<string>" }
Get information about all origin shielding locations available in the account.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Successful.
Origin shielding location ID.
Name of origin shielding location datacenter.
Country of origin shielding location.
City of origin shielding location.
Was this page helpful?