curl --location 'https://api.inboxkit.com/v1/api/email-insights/workspace/overview?period=30' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total": 1628,
"sent": 1240,
"received": 388,
"reply": 96,
"auto_reply": 31,
"bounce_hard": 14,
"bounce_soft": 9,
"active_mailboxes": 38,
"bounce_rate": 0.0141,
"reply_rate": 0.0774,
"last_updated": "2026-08-13T09:41:22Z"
}
}