Domain Reports API Update

The response of the "GET Domain Reports" by Domain ID API endpoint has been enhanced to include the following data points:

  • Volume of Emails that are not DMARC Compliant
  • DMARC Policy Application Counts:
    • Count of emails with DMARC policy "none"
    • Count of emails with DMARC policy "reject"
    • Count of emails with DMARC policy "quarantine"
  • DMARC Policy Application Percentages:
    • Percentage of emails with DMARC policy "none" (out of total email volume)
    • Percentage of emails with DMARC policy "reject" (out of total email volume)
    • Percentage of emails with DMARC policy "quarantine" (out of total email volume)

New Feature: Domain Group Reports API

A new endpoint has been introduced, similar to the "GET Domain Reports by Domain ID" API, but designed to accept a Domain Group instead of a Domain ID, returning the aggregated results for the entire Domain Group.

For more information, please refer to our API documentation.