Skip to content

List dns-records

GET
/dns-records

Individual DNS record within an imported DNS zone. Synced from the provider (Route53, Azure DNS, GCP Cloud DNS, Cloudflare) during zone import.

pagination[page]
integer
pagination[pageSize]
integer
filters

Strapi REST filter syntax

object
sort
string
populate
string

OK

object
data
Array
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
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer

Missing or invalid authentication

Not authorized (tenant scope or capability)