Stats

Email sending stats

Email sending aggregated stats. The same you see in your Stats dashboard.

Get Sending Stats

get

Get account sending stats. Use filters to get specific stats.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Query parameters
start_datestring · dateRequired

Start date for which to include the results.

Example: 2025-01-01
end_datestring · dateRequired

End date for which to include the results.

Example: 2025-12-31
sending_domain_ids[]integer · int64[]Optional

IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

Example: [3938,3939]
categories[]string[]Optional

Categories for which to include the results. If not provided, results for all categories will be included.

Example: ["Welcome Email","Password Reset"]
Responses
200

OK

application/json
get
/api/accounts/{account_id}/stats

Get Sending Stats by Domains

get

Get account sending stats by domains. Use filters to get specific stats.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Query parameters
start_datestring · dateRequired

Start date for which to include the results.

Example: 2025-01-01
end_datestring · dateRequired

End date for which to include the results.

Example: 2025-12-31
sending_domain_ids[]integer · int64[]Optional

IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

Example: [3938,3939]
categories[]string[]Optional

Categories for which to include the results. If not provided, results for all categories will be included.

Example: ["Welcome Email","Password Reset"]
Responses
200

OK

application/json
get
/api/accounts/{account_id}/stats/domains

Get Sending Stats by Categories

get

Get account sending stats by categories. Use filters to get specific stats.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Query parameters
start_datestring · dateRequired

Start date for which to include the results.

Example: 2025-01-01
end_datestring · dateRequired

End date for which to include the results.

Example: 2025-12-31
sending_domain_ids[]integer · int64[]Optional

IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

Example: [3938,3939]
categories[]string[]Optional

Categories for which to include the results. If not provided, results for all categories will be included.

Example: ["Welcome Email","Password Reset"]
Responses
200

OK

application/json
get
/api/accounts/{account_id}/stats/categories

Get Sending Stats by Email Service Providers

get

Get account sending stats by email service providers. Use filters to get specific stats.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Query parameters
start_datestring · dateRequired

Start date for which to include the results.

Example: 2025-01-01
end_datestring · dateRequired

End date for which to include the results.

Example: 2025-12-31
sending_domain_ids[]integer · int64[]Optional

IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

Example: [3938,3939]
categories[]string[]Optional

Categories for which to include the results. If not provided, results for all categories will be included.

Example: ["Welcome Email","Password Reset"]
Responses
200

OK

application/json
get
/api/accounts/{account_id}/stats/email_service_providers

Get Sending Stats by Date

get

Get account sending stats by date. Use filters to get specific stats.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Query parameters
start_datestring · dateRequired

Start date for which to include the results.

Example: 2025-01-01
end_datestring · dateRequired

End date for which to include the results.

Example: 2025-12-31
sending_domain_ids[]integer · int64[]Optional

IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

Example: [3938,3939]
categories[]string[]Optional

Categories for which to include the results. If not provided, results for all categories will be included.

Example: ["Welcome Email","Password Reset"]
Responses
200

OK

application/json
get
/api/accounts/{account_id}/stats/date

Last updated

Was this helpful?