curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/workspace/overview' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_mailboxes": 50,
"total_sent": 12500,
"total_received": 8700,
"total_bounced": 320,
"total_replied": 1850,
"avg_bounce_rate": 2.56,
"avg_reply_rate": 14.8,
"health_summary": {
"healthy": 35,
"warning": 8,
"critical": 2,
"low_activity": 3,
"inactive": 2
}
}
}