curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/stats?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,
"warmup_sent": 620,
"warmup_received": 574,
"first_event_at": "2026-07-15T08:12:44Z",
"last_event_at": "2026-08-13T09:41:22Z",
"bounce_rate": 0.0141,
"response_rate": 0.2474
}
}