GET
/
dns
/
v2
/
platform
/
info
Client Info
curl --request GET \
  --url https://api.gcore.com/dns/v2/platform/info
{
  "Client": {
    "client_id": 123,
    "enabled": true,
    "reseller": 123,
    "status": "<string>",
    "tariff_id": 123,
    "tariff_name": "<string>"
  },
  "settings": {
    "contact": "<string>",
    "name_server_1": "<string>",
    "name_server_2": "<string>"
  }
}

Response

200
application/json

InfoResponse