cURL
curl --request POST \ --url https://api.___serverhost___/dns/v2/analyze/{name}/delegation-status
{ "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.
zone name
DelegationStatusResponse
The response is of type object.
object
Was this page helpful?