cURL
curl --request GET \ --url https://api.gcore.com/cdn/resources/{resource_id}/shielding_v2 \ --header 'Authorization: <api-key>'
{ "shielding_pop": 123 }
Get information about origin shielding.
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
CDN resource ID.
Successful.
The response is of type object.
object
Was this page helpful?