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
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. | |
aggregated_by | string | How to group the stats. Must be either "day", "week", or "month". | |
start_date | string | The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD. | |
end_date | string | The end date of the statistics to retrieve. Defaults to today. |