v1
latestOpenAPI 3.1.02026-07-244861122.7 KBzones
Get a zone
Get detailed information about a zone.
get/v1/dns/zones/{zone_name}
Path parameters
zone_namestring required
The name of the zone.
Example:example.com
The name of the zone.
Query parameters
expand[]string[]
Sub-resource expansion options. (allowed resources: dns_name_count, rdata_count)
[ "dns_name_count", "rdata_count" ]
Response
DNS zone of authority
Example response
{
"data": {
"name": "example.com",
"zone_type": "primary",
"metadata": {
"property": "value"
}
}
}