curl --request POST \
--url https://api.bunny.net/dnszone/{id}/dnssec \
--header 'AccessKey: <api-key>'{
"Enabled": true,
"Algorithm": 123,
"KeyTag": 123,
"Flags": 123,
"DsConfigured": true,
"DsRecord": "<string>",
"Digest": "<string>",
"DigestType": "<string>",
"PublicKey": "<string>"
}Returns the DS record information for the DNS Zone with the given ID
curl --request POST \
--url https://api.bunny.net/dnszone/{id}/dnssec \
--header 'AccessKey: <api-key>'{
"Enabled": true,
"Algorithm": 123,
"KeyTag": 123,
"Flags": 123,
"DsConfigured": true,
"DsRecord": "<string>",
"Digest": "<string>",
"DigestType": "<string>",
"PublicKey": "<string>"
}API Access Key authorization header
The ID of the DNS Zone for which DNSSEC will be enabled
Returns the DS record information for the DNS Zone with the given ID
Was this page helpful?