GET
/
dns
/
v2
/
pickers
curl --request GET \
  --url https://api.gcore.com/dns/v2/pickers \
  --header 'APIKey: <api-key>'
[
  {
    "label": "<string>",
    "name": "<string>"
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

PickerListResponse

The response is of type object[].