Generate DMARC record
Generates a DMARC (Domain-based Message Authentication, Reporting & Conformance) record with specified policies. DMARC helps protect domains from email spoofing and provides visibility into email authentication.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Domain name
"example.com"
Action to take when DMARC authentication fails
none, quarantine, reject "quarantine"
Policy for subdomains
none, quarantine, reject "none"
Percentage of messages to apply the policy to (0-100)
0 <= x <= 100100
Generate report when all authentication mechanisms fail
"true"
Generate report when any authentication mechanism fails
"true"
Generate report when DKIM authentication fails
"false"
Generate report when SPF authentication fails
"false"
Reporting interval in seconds
86400
SPF alignment mode: r (relaxed) or s (strict)
r, s "r"
DKIM alignment mode: r (relaxed) or s (strict)
r, s "r"