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

DeviceDescriptionExample
DesktopEmail software on desktop computer.I.E., Outlook, Sparrow, or Apple Mail.
WebmailA web-based email client.I.E., Yahoo, Google, AOL, or Out

Request Params

KeyDatatypeRequiredDescription
end_datestringThe end date of the statistics to retrieve. Defaults to today.
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.