Logo
22ndjan API Documentation

Certificate (CERT records)

GET {{dns_service}}/{{domain}}/cert

CERT-records store certificates and related revocation lists (CRL) for cryptographic keys.

Read more

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "question": [ { "name": "getpostman.com.", "type": "CERT", "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/cert'

ENDPOINTS