Client - DNS Records

Get a single DNS record by ID (must belong to the caller's account)

get/api/client/dns-records/{id}

Path parameters

idinteger required

Response

DNS record

idinteger
dnsable_idinteger

ID of the owning record (domain or hostname)

dnsable_type'domain' | 'hostname'
namestring

Record name (use '@' for the zone apex)

type'A' | 'AAAA' | 'CNAME' | 'MX' | 'TXT' | 'PTR' | 'SRV' | 'NS' | 'SOA'
contentstring

Record content (IP, hostname, TXT value, etc.)

ttlinteger
priorityinteger nullable

Required for MX and SRV

weightinteger nullable

Required for SRV

portinteger nullable

Required for SRV

is_manualboolean
created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.