chart array andheader object.workspace_id + dates) returns stats for every sendingemail_acc_id — restrict to a single sending mailbox by its unique identifier. Useful for per-mailbox statistics.provider — comma-separated list of sender provider types.GOOGLE_WORKSPACE, MICROSOFT365,REGULAR_ACCOUNT (i.e. SMTP/IMAP).tags — comma-separated list of tag ObjectIds assigned to email accounts. Example: tags=66f0a1...,66f0a2....recp_provider — comma-separated list of recipient provider types (the provider of the address being mailed to). Same allowed values as provider.curl --location --request GET 'https://api.plusvibe.ai/api/v1/account/email-stats?workspace_id&start_date&end_date&email_acc_id&provider&tags&recp_provider' \
--header 'x-api-key: <api-key>'{
"header": {
"total_sent_count": 3936,
"total_reply_count": 145,
"total_ooo_reply_count": 3,
"total_open_count": 0,
"total_bounce_count": 31,
"total_contacted_count": 1408,
"total_completed_count": 1231,
"total_pos_reply_count": 101,
"bounce_rate": 0.8,
"open_rate": 0,
"reply_rate": 9.6,
"reply_rate_with_ooo": 9.8,
"pos_reply_rate": 69.7,
"total_unique_contacted_count": 1503
},
"chart": [
{
"label": "1 Mar 26",
"date": "2026-03-01",
"total_sent_count": 49,
"total_reply_count": 1,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_contacted_count": 8,
"total_completed_count": 29,
"total_pos_reply_count": 1
},
{
"label": "2 Mar 26",
"date": "2026-03-02",
"total_sent_count": 45,
"total_reply_count": 1,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 0,
"total_contacted_count": 24,
"total_completed_count": 14,
"total_pos_reply_count": 1
},
{
"label": "3 Mar 26",
"date": "2026-03-03",
"total_sent_count": 132,
"total_reply_count": 5,
"total_ooo_reply_count": 0,
"total_open_count": 0,
"total_bounce_count": 1,
"total_contacted_count": 51,
"total_completed_count": 40,
"total_pos_reply_count": 4
}
]
}