Skip to content

Get a single dns-record by id

GET
/dns-records/{id}
id
required
string

DocumentId

OK

object
data
object
zone
One of:

DocumentId reference to api::dns-zone.dns-zone

string
type
required
string
Allowed values: A AAAA CNAME MX TXT SRV CAA NS PTR
name
required

Relative record name (@, www, mail, …). @ denotes the zone apex.

string
value
required

Record target value (IP address, domain, TXT content, etc.).

string
ttl
integer
weight
integer
priority

Priority for MX and SRV records.

integer
geo_location
string
provider_record_id

Provider-side record identifier (for update/delete operations).

string
organisation
One of:

DocumentId reference to api::organisation.organisation

string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
nullable

Missing or invalid authentication

Not authorized (tenant scope or capability)

Not found