curl --location --request GET 'https://api.plusvibe.ai/api/v1/account/warmup-stats?workspace_id&start_date&end_date&email_acc_id' \
--header 'x-api-key;'
{
"status": "success",
"emailAcc": {
"google_percent": "92.1",
"other_percent": "100.0",
"microsoft_percent": "97.4",
"total_inbox_sent": 259,
"total_spam_sent": 11,
"total_promotion_sent": 0,
"total_warmup_sent": 270,
"inbox_percent": "95.9",
"spam_percent": "4.1",
"promotion_percent": "0.0",
"chart_data": [
{
"date": "7 Feb 25",
"dt": "2025-02-07",
"inbox": 9,
"spam": 1,
"promotion": 0
}
],
"total_inboxes": null,
"total_domains": null,
"email_domain_detail": {}
}
}