Skip to content

recordRequest

No description available in the specification.

Field Type Required Description
type type no
name fqdn_or_subdomain no Fully Qualified Domain Name (FQDN) or subdomain. You can use the @ symbol to represent your apex domain (e.g., example.com). Wildcards are supported.
ttl ttl no Time To Live (60-604800)
annotation string no A custom note for this particular record.

Plus the fields of one of these variants:

Variant Fields
A data: ipv4
AAAA data: ipv6
CNAME data: fqdn
CAA flags: integer, tag: string, data: string
ALIAS data: fqdn
MX data: fqdn, priority: integer
TXT data: string
{
"type": "A",
"name": "www",
"ttl": 600,
"annotation": "string",
"data": "12.12.12.12"
}