curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/top-recipient-domains?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"
},
"domains": [
{
"domain": "northwind.com",
"email_count": 96,
"unique_recipients": 61,
"last_sent": "2026-08-13T09:41:22Z"
},
{
"domain": "lumen.co",
"email_count": 59,
"unique_recipients": 37,
"last_sent": "2026-08-12T16:08:54Z"
},
{
"domain": "harborlabs.io",
"email_count": 36,
"unique_recipients": 23,
"last_sent": "2026-08-11T11:27:03Z"
}
]
}
}