GetUnreadCount retrieves total unread count for current user.
GET/api/v1/engagements/inbox/unread-count
Returns the total number of unread messages across all engagements for the authenticated user. Each agent tracks their own read position, so unread counts are per-agent.
Errors
- UNAUTHENTICATED: No valid authentication token
Responses
- 200
- default
A successful response.
An unexpected error response.