v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Email 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

idinteger required

Email account ID

emailsSentTodayinteger required

Number of emails sent today from this account

totalEmailsSentinteger required

Total number of emails sent from this account

dailySendingLimitinteger required

Maximum number of emails that can be sent per day

Example response

{
  "id": 12345,
  "emailsSentToday": 42,
  "totalEmailsSent": 1580,
  "dailySendingLimit": 500
}