Retrieve global email statistics

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

This endpoint allows you to retrieve all of your global email statistics between a given date range.

Parent accounts will see aggregated stats for their account and all subuser accounts. Subuser accounts will only see their own stats.

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.