Adds a TXT record to the domain’s DNS zone. TXT records store arbitrary text data and are widely used for domain verification and email authentication.
Common use cases:
google-site-verification=abc123).v=spf1 include:_spf.google.com ~all).selector._domainkey host)._dmarc host).host: The subdomain label relative to the zone. Use @ or omit for the apex. Use a specific label for subdomain-targeted records (e.g. _dmarc, google._domainkey).
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
Text content of the record.
"v=spf1 include:_spf.google.com ~all"
Subdomain label relative to the zone. Use @ or omit for the apex, or a specific label for targeted records (e.g. _dmarc, google._domainkey).
"@"
TTL in seconds. Minimum 300. Omit to use the zone default.
300