curl --location 'https://api.inboxkit.com/v1/api/email-insights/workspace/daily-stats?days=30' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"days": 30,
"daily": [
{
"date": "2026-08-13",
"sent": 1240,
"received": 388,
"replies": 96,
"bounces": 23,
"total": 1628
},
{
"date": "2026-08-12",
"sent": 768,
"received": 240,
"replies": 59,
"bounces": 14,
"total": 1009
},
{
"date": "2026-08-11",
"sent": 471,
"received": 147,
"replies": 36,
"bounces": 8,
"total": 618
}
]
}
}