API ReferenceInbox
Inbox Stats
Get inbox statistics
Inbox Stats
curl -H "Authorization: Bearer hermes_your_api_key" \
https://api.hermes.camie.ai/v1/inbox/statsResponse
{
"success": true,
"data": {
"total": 963,
"unread": 903,
"sent": 11,
"withAttachments": 1
}
}