curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/first-touch-funnel?recent_days=7&limit=50' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"daily": [
{
"date": "2026-08-13",
"recipient_count": 27
},
{
"date": "2026-08-12",
"recipient_count": 16
},
{
"date": "2026-08-11",
"recipient_count": 10
}
],
"recent": [
{
"recipient": "[email protected]",
"first_sent": "2026-08-13T09:41:22Z"
},
{
"recipient": "[email protected]",
"first_sent": "2026-08-12T16:08:54Z"
},
{
"recipient": "[email protected]",
"first_sent": "2026-08-11T11:27:03Z"
}
],
"data_from_parser_v4": "2026-04-26T00:00:00Z"
}
}