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.
host: The subdomain label relative to the domain zone. Use @ or omit to target the apex domain. Use a label like www or mail for subdomains.
TTL: Controls how long resolvers cache the record. Minimum is 300 seconds (5 minutes). Omit to use the zone default.
Prerequisite: DNS service must be activated for the domain via POST /api/v1/dns/activate before records can be added.
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.
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