DNS: Zone
Get DNS records
Retrieve DNS zone records for a specific domain.
Use this endpoint to view current DNS configuration for domain management.
get/api/dns/v1/zones/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success response
Example response
[
{
"name": "www",
"records": [
{
"content": "mydomain.tld."
}
],
"ttl": 14400,
"type": "A"
}
]