v1
latestOpenAPI 3.1.02026-07-244861122.7 KBrecords
Get name metadata
Get metadata associated to a DNS name. See metadata filters for an in-depth explanation about metadata filters.
get/v1/dns/records/{zone_name}/{name}/metadata
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.
Response
Response for get metadata queries
Example response
{
"data": {
"metadata": {
"public property": "public value"
}
}
}