Retrieve DNS records for a given domain
Endpoint
DNS Records
POST
Retrieve DNS records for a given domain
Authorizations
API Key required for all endpoints
Body
application/json
Response
Successfully retrieved DNS records
Timestamp of the request in milliseconds
Example:
1778737930991
API status message
Available options:
success, failure Example:
"success"
API status code
Example:
200
Metadata about the request.
Example:
{
"url": "example.com",
"types": ["A", "MX"],
"test": { "id": "zmkqoxxu075dwn4u61yoqhq2rwo0029m" }
}DNS records grouped by type.
Example:
{
"A": [
"172.67.70.213",
"104.26.11.88",
"104.26.10.88"
],
"MX": [
{
"exchange": "alt3.aspmx.l.google.com",
"priority": 10
},
{
"exchange": "aspmx.l.google.com",
"priority": 1
}
]
}