Add dns records
POST
/v2/dns
Fields Description
Name | Type | Description |
---|---|---|
assignedDomainId | string | The unique identifier for the domain to which DNS records are assigned. (domainId) |
records | array | A list of DNS records associated with the domain. |
records
Array Structure
Name | Type | Description |
---|---|---|
host | string | The domain or subdomain for which the DNS record applies. |
value | string | The corresponding value of the DNS record, such as an IP address or another domain. |
recordType | string | The type of DNS record (e.g., A , CNAME , MX , TXT ). |
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}