curl --location --request GET 'https://api.inboxkit.com/v1/api/warmup/stats' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "Warmup statistics retrieved successfully",
"stats": {
"totalCount": 25,
"monthlyTotal": 75,
"activeCount": 20,
"pendingCount": 3,
"pausedCount": 2,
"pastDueCount": 0,
"excellentHealthCount": 10,
"goodHealthCount": 8,
"warningHealthCount": 2,
"criticalHealthCount": 0,
"totalEmailsSent": 3500,
"totalEmailsReceived": 2800,
"avgHealthScore": 82.5
}
}