Retrieve email statistics for your subusers.
GET {{baseUrl}}/subusers/stats?limit=<string>&offset=<string>&aggregated_by=<string>&subusers=<string>&start_date=<string>&end_date=<string>
This endpoint allows you to retrieve the email statistics for the given subusers.
You may retrieve statistics for up to 10 different subusers by including an additional subusers parameter for each additional subuser.
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
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". | |
subusers | string | The subuser you want to retrieve statistics for. You may include this parameter up to 10 times to retrieve statistics for multiple subusers. | |
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. |