GET
/
domain
/
stats
Get Email Statistics
curl --request GET \
  --url https://stats.sendrapp.org/domain/stats \
  --header 'Authorization: <api-key>'
{
  "client_id": "<string>",
  "domains": {},
  "total_domains": 123
}
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

  • 200 OK: Statistics retrieved successfully
  • 401 Unauthorized: Invalid API key
Statistics are updated in real-time and reflect the current state of your email delivery.

Authorizations

Authorization
string
header
required

Response

200
application/json

Statistics retrieved successfully

The response is of type object.