v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Accounts
Get 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 sending statistics for a single email account.
get/v3/email-accounts/{id}/stats
Path parameters
idinteger required
Email Account ID
Response
Email account stats
Example response
{
"id": 12345,
"emailsSentToday": 42,
"totalEmailsSent": 1580,
"dailySendingLimit": 500
}