zones
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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.