Retrieve email statistics by device type.
GET {{baseUrl}}/devices/stats?end_date=<string>&limit=<string>&offset=<string>&aggregated_by=<string>&start_date=<string>
This endpoint allows you to retrieve your email statistics segmented by the device type.
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.
Available Device Types
Device | Description | Example |
---|---|---|
Desktop | Email software on desktop computer. | I.E., Outlook, Sparrow, or Apple Mail. |
Webmail | A web-based email client. | I.E., Yahoo, Google, AOL, or Out |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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". | |
start_date | string | The starting date of the statistics to retrieve. Must follow format YYYY-MM-DD. |