Authorizations
Default authentication mechanism
Path Parameters
The domain used to create the DNS record.
Example:
"example.com"
Query Parameters
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Body
application/json
The type of record, it could be one of the valid DNS records.
Must be of type A
.
Available options:
A
A subdomain name or an empty string for the root domain.
Example:
"subdomain"
The record value must be a valid IPv4 address.
Example:
"192.0.2.42"
The TTL value. Must be a number between 60 and 2147483647. Default value is 60.
Required range:
60 <= x <= 2147483647
Example:
60
A comment to add context on what this DNS record is for
Maximum length:
500
Example:
"used to verify ownership of domain"