curl -X GET "https://api.foxreach.io/api/v1/inbox/stats" \
-H "X-API-Key: otr_your_key"
{
"data": {
"total": 142,
"unread": 23,
"interested": 45,
"notInterested": 38,
"outOfOffice": 12,
"uncategorized": 8,
"unknown": 16,
"totalSent": 67
}
}
Retrieve inbox statistics with counts by category.
curl -X GET "https://api.foxreach.io/api/v1/inbox/stats" \
-H "X-API-Key: otr_your_key"
{
"data": {
"total": 142,
"unread": 23,
"interested": 45,
"notInterested": 38,
"outOfOffice": 12,
"uncategorized": 8,
"unknown": 16,
"totalSent": 67
}
}
Show Stats object
curl -X GET "https://api.foxreach.io/api/v1/inbox/stats" \
-H "X-API-Key: otr_your_key"
{
"data": {
"total": 142,
"unread": 23,
"interested": 45,
"notInterested": 38,
"outOfOffice": 12,
"uncategorized": 8,
"unknown": 16,
"totalSent": 67
}
}