Skip to main content
GET
List Account Stats

Authorizations

X-Account-ApiKey
string
header
required

This api key can be used for all account level operations

Query Parameters

from
string<date>
required

Start date for stats retrieval (inclusive). Format YYYY-MM-DD.

Example:

"2024-01-01"

to
string<date>
required

End date for stats retrieval (inclusive). Max 31 days from from date.

Example:

"2024-01-31"

Response

A list of statistics for the specified date range.

date
string<date>

The date for these statistics (UTC)

Example:

"2024-01-15"

stat
object

Email metrics for a single day. Field names mirror the canonical Stat schema (opened/clicked/spam, plus sent and smtpDropped).