curl --location 'https://api.inboxkit.com/v1/api/email-insights/workspace/high-bounce-mailboxes?threshold=7&limit=100' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"mailboxes": [
{
"mailbox_id": "12b5275a-0fb5-44c8-8b9f-f07368950f0e",
"bounce_rate": 0.0141,
"total_sent": 1240,
"total_bounces": 23
},
{
"mailbox_id": "12b5275a-0fb5-44c8-8b9f-f07368950f0e",
"bounce_rate": 0.0141,
"total_sent": 768,
"total_bounces": 14
},
{
"mailbox_id": "12b5275a-0fb5-44c8-8b9f-f07368950f0e",
"bounce_rate": 0.0141,
"total_sent": 471,
"total_bounces": 8
}
],
"threshold": 7
}
}