Response
InfoResponse
curl --request GET \
--url https://api.gcore.com/dns/v2/platform/info
{
"Info": {
"contact": "<string>",
"name_server_1": "<string>",
"name_server_2": "<string>"
}
}
Get info about client
curl --request GET \
--url https://api.gcore.com/dns/v2/platform/info
{
"Info": {
"contact": "<string>",
"name_server_1": "<string>",
"name_server_2": "<string>"
}
}
InfoResponse
Show child attributes
Was this page helpful?