Retrieve the totals for each email statistic metric for all subusers.
GET {{baseUrl}}/subusers/stats/sums?sort_by_direction=<string>&start_date=<string>&end_date=<string>&limit=<string>&offset=<string>&aggregated_by=<string>&sort_by_metric=<string>
This endpoint allows you to retrieve the total sums of each email statistic metric for all subusers over the given date range.
While you can always view the statistics for all email activity on your account, subuser statistics enable you to view specific segments of your stats. Emails sent, bounces, and spam reports are always tracked for subusers. Unsubscribes, clicks, and opens are tracked if you have enabled the required settings.
For more information, see our [User Guide](https://send
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort_by_direction | string | The direction to sort the results. | |
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. | |
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". | |
sort_by_metric | string | The metric that you want to sort by. Metrics that you can sort by are: blocks , bounces , clicks , delivered , opens , requests , unique_clicks , unique_opens , and unsubscribes .' |