Skip to main content
GET
Get Email Statistics
Please note that domain statistics are available through a different API hostname (stats.sendrapp.org). See the Statistics API documentation for more details.
Retrieve email delivery statistics for all domains associated with your tenant. This endpoint provides detailed metrics about email delivery, bounces, and receptions.

Features

  • Real-time email delivery statistics
  • Per-domain metrics tracking
  • Bounce, delivery, and reception counts
  • Last update timestamps
  • Total domains count

Response

Returns { client_id, domains, total_domains }, where domains maps each domain name to { counts: { bounce, delivery, reception }, lastUpdated }.
  • 200 OK: Statistics retrieved successfully
  • 401 Unauthorized: Missing/invalid API key, or the key lacks the domainStats scope
  • 500 Internal Server Error: Unexpected server error
Authenticate with your API key in the Authorization header. The key must have the domainStats scope.

Authorizations

Authorization
string
header
required

Response

Statistics retrieved successfully

client_id
string

Client identifier

domains
object

Statistics per domain

total_domains
integer

Total number of domains