Skip to main content
GET
/
api
/
v1
/
inbox
/
stats
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
  }
}

Response

data
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
  }
}