Project HermesHermes Docs

Inbox Stats

Get inbox statistics

Inbox Stats

curl -H "Authorization: Bearer hermes_your_api_key" \
  https://api.hermes.camie.ai/v1/inbox/stats

Response

{
  "success": true,
  "data": {
    "total": 963,
    "unread": 903,
    "sent": 11,
    "withAttachments": 1
  }
}

On this page