Get DNS records
DNS
View DNS Records
Returns DNS records for a domain. Use record_type to filter by type — defaults to A if omitted. Supported types: A, AAAA, CNAME, MX, TXT, NS, SRV, SOA.
Prerequisite: DNS service must be activated for the domain via POST /api/v1/dns/activate before records can be retrieved.
GET
Get DNS records
Authorizations
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
Query Parameters
Order ID of the domain.
Filter records by type. Defaults to A if omitted.
Available options:
A, AAAA, CNAME, MX, TXT, NS, SRV, SOA Response
DNS records retrieved successfully.