Skip to content

Get a zone

GET /v1/dns/zones/{zone_name}

Get detailed information about a zone.

Path Parameters

zone_name

The name of the zone.

Example: example.com

Query Parameters

expand[] array[string]

Sub-resource expansion options. (allowed resources: dns_name_count, rdata_count)

Example:

[
"dns_name_count",
"rdata_count"
]

Response