curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/velocity-overlay?period=30' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"series": [
{
"hour": "2026-08-13T09:00:00Z",
"sent": 1240,
"replies": 96
},
{
"hour": "2026-08-13T10:00:00Z",
"sent": 768,
"replies": 59
},
{
"hour": "2026-08-13T11:00:00Z",
"sent": 471,
"replies": 36
}
]
}
}