cURL
curl --request GET \ --url https://api.gcore.com/dns/v2/zones/{name}/dnssec/parent-ds \ --header 'Authorization: <api-key>'
{ "has_valid_parent_ds": true, "parent_zone": "<string>", "scanned_at": "2023-11-07T05:31:56Z" }
Get the current parent DS state for a DNS zone from the latest cron scan.
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
GetDNSSECParentDSResponse