REST APIRegistered domains
List authoritative DNS records for a Registered domain
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Path Parameters
name*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/domains/string/dns-records"{ "records": [ { "type": "A", "name": "string", "content": "string", "ttl": 1, "comment": "string", "priority": 0, "flags": 0, "tag": "issue", "weight": 0, "port": 0, "id": "string", "proxied": true, "managedBy": "customer", "managedReason": "string" } ]}