GET
/
cdn
/
shieldingpop_v2
curl --request GET \
  --url https://api.gcore.com/cdn/shieldingpop_v2 \
  --header 'APIKey: <api-key>'
{
  "id": 123,
  "datacenter": "<string>",
  "country": "<string>",
  "city": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

Successful.

The response is of type object.