Retrieve email statistics by mailbox provider.

GET {{baseUrl}}/mailbox_providers/stats?limit=<string>&offset=<string>&aggregated_by=<string>&start_date=<string>&end_date=<string>&mailbox_providers=<string>

This endpoint allows you to retrieve your email statistics segmented by recipient mailbox provider.

We only store up to 7 days of email activity in our database. By default, 500 items will be returned per request via the Advanced Stats API endpoints.

Advanced Stats provide a more in-depth view of your email statistics and the actions taken by your recipients. You can segment these statistics by geographic location, device type, client type, browser, and mailbox provider. For more infor

Request Params

KeyDatatypeRequiredDescription
limitstringThe number of results to include on each page.
offsetstringThe number of results to exclude.
aggregated_bystringHow to group the stats. Must be either "day", "week", or "month".
start_datestringThe starting date of the statistics to retrieve. Must follow format YYYY-MM-DD.
end_datestringThe end date of the statistics to retrieve. Defaults to today.
mailbox_providersstringThe mail box providers to get statistics for. You can include up to 10 by including this parameter multiple times.