curl --location 'https://api.inboxkit.com/v1/api/email-insights/mailbox/12b5275a-0fb5-44c8-8b9f-f07368950f0e/reply-rate-by-domain?period=30&limit=50' \
--header 'X-Workspace-Id: c145ecc0-6487-49c5-bbbe-46748495cfd2' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"rows": [
{
"domain": "northwind.com",
"sent": 1240,
"replied": 12,
"reply_rate": 0.0774
},
{
"domain": "lumen.co",
"sent": 768,
"replied": 7,
"reply_rate": 0.0774
},
{
"domain": "harborlabs.io",
"sent": 471,
"replied": 4,
"reply_rate": 0.0774
}
],
"total_sent": 1240,
"total_replied": 96
}
}