v1

latestOpenAPI 3.1.02026-07-244861122.7 KB
zones

Get metadata for a zone

Get metadata associated to the zone. See metadata filters for an in-depth explanation about metadata filters.

get/v1/dns/zones/{zone_name}/metadata

Path parameters

zone_namestring required

The name of the zone.

Example:example.com

The name of the zone.

Response

Response for get metadata queries

Example response

{
  "data": {
    "metadata": {
      "public property": "public value"
    }
  }
}