v1

latestOpenAPI 3.1.02026-07-244861122.7 KB
records

Get a DNS Name

Get detailed information about a DNS name.

get/v1/dns/records/{zone_name}/{name}

Path parameters

zone_namestring required

The name of the zone.

Example:example.com

The name of the zone.

namestring required

The DNS name, not including the zone portion.

Example:dns-name

The DNS name, not including the zone portion.

Query parameters

expand[]string[]

Sub-resource expansion options. (allowed resources: offline_settings)

[
  "offline_settings"
]

Response

DNS name, not fully-qualified

Example response

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