Skip to main content
GET
/
dns
/
v2
/
platform
/
info
Python
from gcore import Gcore

client = Gcore()
response = client.dns.get_account_overview()
print(response.info)
{
  "Info": {
    "contact": "<string>",
    "name_server_1": "<string>",
    "name_server_2": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

InfoResponse

Info
object