GET {{dns_service}}/{{domain}}/cert
CERT-records store certificates and related revocation lists (CRL) for cryptographic keys.
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"
}
]
} |
ENDPOINTS