Create DNS record
DNS Records
Create DNS Record
Create a new DNS record for the domain.
POST
Create DNS record
Authorizations
Path Parameters
Domain ID
Body
application/json
Payload for creating or updating a DNS record.
DNS record type.
Available options:
A, AAAA, CNAME, MX, TXT, NS, SRV, CAA Record name. Use @ for the apex/root.
Maximum string length:
255Example:
"@"
Record value (e.g. an IP address, hostname, or text).
Maximum string length:
1000Example:
"185.241.208.160"
Time-to-live in seconds (60-86400). Defaults to 3600.
Required range:
60 <= x <= 86400Priority for MX and SRV records.
Required range:
0 <= x <= 65535