Skip to main content
GET
/
superadmin
/
emails
/
stats
Get email delivery statistics
curl --request GET \
  --url https://api.engagefabric.com/superadmin/emails/stats
{
  "total": 123,
  "sent": 123,
  "failed": 123,
  "pending": 123,
  "byType": {},
  "recentFailures": "<array>"
}

Response

200 - application/json

Email delivery statistics

total
number

Total emails sent

sent
number

Successfully sent emails

failed
number

Failed email deliveries

pending
number

Pending emails

byType
object

Stats broken down by email type

recentFailures
array

Recent failed email deliveries