Unseal Space
REST APIRegistered domains

List authoritative DNS records for a Registered domain

GET
/domains/{name}/dns-records
x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

name*string
Length1 <= length

Response 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"    }  ]}