Logo
22ndjan API Documentation

DNS Key record (DNSKEY records)

GET {{dns_service}}/{{domain}}/dnskey

A DNSKEY-record holds a public key that resolvers can use to verify DNSSEC signatures in RRSIG-records.

DNSKEY-records have the following data elements: - Flags: Zone Key (set for all DNSSEC keys) and Secure Entry Point (set for KSK and simple keys). - Protocol: Fixed value of 3 (for backwards compatibility) - Algorithm: The public key's cryptographic algorithm. - Public key: Public key data.

Read More

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "question": [ { "name": "getpostman.com.", "type": "DNSKEY", "class": "IN" } ], "answer": null, "authority": [ { "name": "getpostman.com.", "type": "SOA", "class": "IN", "ttl": 899, "rdlength": 69, "rdata": "ns-833.awsdns-40.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" } ] }



Curl
curl -X GET 'dns_service/domain/dnskey'

ENDPOINTS