Skip to main content
GET
Get DNS records

Authorizations

Authorization
string
header
required

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
integer
required

Order ID of the domain.

record_type
enum<string>

Filter records by type. Defaults to A if omitted.

Available options:
A,
AAAA,
CNAME,
MX,
TXT,
NS,
SRV,
SOA

Response

DNS records retrieved successfully.

dns_records
object[]