v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSTATISTICS
Email summary
Retrieve a combination of the email_bounces, email_cycle, email_spam, and email_unsubs calls in one report. Note this call may take longer to complete.
post/stats/email_summary
Request body
Response
Account Statistics
Example response
{
"request_id": "72f48187-64d9-4a2f-ba9c-527a2a7911f7",
"data": {
"cycle_end": "2016-08-04 01:49:15.863998",
"spam_rejects": 1,
"bounce_percent": "7.33",
"unsubscribes": 32,
"bounce_rejects": 11,
"spam_percent": "1.33",
"softbounces": 6,
"cycle_max": 1000,
"spam_emails": 2,
"cycle_remaining": 850,
"cycle_start": "2016-08-01 01:49:15.863998",
"unsubscribe_percent": "21.33",
"cycle_used": 150,
"hardbounces": 5,
"email_count": 150,
"opens": 123,
"clicks": 321,
"rejects": 11
}
}