GET
/
dns
/
v2
/
locations
curl --request GET \
  --url https://api.gcore.com/dns/v2/locations \
  --header 'APIKey: <api-key>'
{
  "continents": {},
  "countries": {},
  "regions": {}
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

AllResponse

The response is of type object.