Add AAAA
Adds an AAAA record to the domain’s DNS zone, mapping a hostname to an IPv6 address.
Use case: Point your domain or subdomain to a server’s IPv6 address for IPv6-capable networks.
Prerequisite: DNS service must be activated for the domain via POST /api/v1/dns/activate before records can be added.
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.
Body
Order ID of the domain.
124680932
IPv6 address the record should resolve to.
"2001:db8:3333:4444:5555:6666:7777:8888"
Subdomain label relative to the zone (e.g. www, mail). Use @ or omit for the apex domain.
"www"
TTL in seconds. Minimum 300. Omit to use the zone default.
300