Returns a branded PDF audit report containing DMARC compliance data, authentication statistics, and email source analysis for the specified date range.

The PDF includes: - Executive summary with security grade (A-F) - Compliance overview with SPF/DKIM/DMARC stats - Daily message volume chart - Email source categorization (authenticated, needs config, unauthenticated) - MTA-STS report (if enabled) - Recommendations and next steps

White-labeled accounts receive branded reports with their custom logo.

Supported Formats

JSON

Errors

Code Description
401 Unauthorized
404 Not Found
500 Server crashed for some reason

Params

Param name Description
start_date
optional

Start date (YYYY-MM-DD). Defaults to 30 days ago.

Validations:

  • Must be a String

end_date
optional

End date (YYYY-MM-DD). Defaults to today.

Validations:

  • Must be a String

filter
optional

Preset filter: last_7_days, last_10_days, last_15_days, last_30_days, last_60_days, last_90_days

Validations:

  • Must be a String