Add DMARC record
POST
/v2/domains/dmarc
Add DMARC Record to Domain
Endpoint
Request Body
Name | Type | Description |
---|---|---|
domainIds | array | An array of domain IDs where the DMARC record should be added. |
email | string | The email address to be used for the DMARC record. |
contains | string (Optional) | A filter to apply the DMARC record to specific domains based on a keyword. |
Example Request
{
"domainIds": ["1234-abcd-5678-efgh"],
"email": "admin@mydomain.com",
"contains": "example"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}