cURL
curl --request POST \ --url https://api.gcore.com/dns/v2/analyze/{name}/delegation-status \ --header 'Authorization: <api-key>'
{ "authoritative_name_servers": [ { "ipv4Addresses": [ "<string>" ], "ipv6Addresses": [ "<string>" ], "name": "<string>" } ], "gcore_authorized_count": 123, "is_whitelabel_delegation": true, "non_gcore_authorized_count": 123, "zone_exists": true }
Returns delegation status for specified domain name. This endpoint has rate limit.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
zone name
DelegationStatusResponse
Show child attributes
Was this page helpful?