v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Accounts
Filter email account stats
<Warning> **Coming soon.** This endpoint will be available by late July 2026. </Warning><small>Requires the channels:read scope (or a broader one that includes it).</small>
Returns a paginated list of email account sending statistics matching the provided filter criteria.
post/v3/email-accounts/stats
Query parameters
topinteger
Maximum number of items to return (default 25, max 1000)
skipinteger
Number of items to skip
Request body
Example request
{
"status": "connected",
"emailAccountType": "Gmail",
"domains": [
"company.com"
],
"tags": [
"Marketing"
]
}Response
Paginated list of email account stats
Example response
{
"items": [
{
"id": 12345,
"emailsSentToday": 42,
"totalEmailsSent": 1580,
"dailySendingLimit": 500
}
]
}