curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/health' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"mailbox_id": "12b5275a-0fb5-44c8-8b9f-f07368950f0e",
"status": "healthy",
"total_7d": 293,
"total_30d": 1628,
"last_event_at": "2026-08-13T09:41:22Z",
"first_event_at": "2026-07-15T08:12:44Z",
"bounce_rate_30d": 0.0141
}
}