curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/workspace/high-bounce-mailboxes?threshold=7&limit=100' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"mailboxes": [
{
"uid": "string",
"email": "[email protected]",
"bounce_rate": 12.5,
"hard_bounces": 0,
"soft_bounces": 0,
"total_sent": 0
}
],
"count": 5,
"threshold": 7
}
}