v1
latestOpenAPI 3.1.02026-07-26359254.7 MBReports
Get email reporting overview
<small>Requires the reporting:read scope (or a broader one that includes it).</small>
Returns email delivery and engagement metrics with optional trend comparison.
Provides aggregated statistics including delivery rates, opens, replies, bounces, and clicks. Optionally compare against a previous period by providing the compareTo field.
post/v3/reporting/emails/overview
Request body
Example request
{
"filters": {
"from": "2026-01-01T00:00:00Z",
"to": "2026-03-01T00:00:00Z"
},
"compareTo": {
"from": "2025-12-01T00:00:00Z",
"to": "2025-12-31T00:00:00Z"
}
}Response
Email overview with trends retrieved successfully