curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/top-recipients?period=30&limit=10' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"mailbox": {
"uid": "12b5275a-0fb5-44c8-8b9f-f07368950f0e",
"email": "[email protected]",
"provider": "outlook"
},
"recipients": [
{
"email": "[email protected]",
"email_count": 96,
"last_sent": "2026-08-13T09:41:22Z"
},
{
"email": "[email protected]",
"email_count": 59,
"last_sent": "2026-08-12T16:08:54Z"
},
{
"email": "[email protected]",
"email_count": 36,
"last_sent": "2026-08-11T11:27:03Z"
}
]
}
}