Get unread chats, messages, and notifications count
Returns the count of unread chats, total unread messages, and unread notifications by type for the authenticated user.
<Info>Scope required: `read:chat`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Fanvue-API-Version
API version to use for the request
Response
Unread counts retrieved successfully
unreadChatsCount
Number of conversations with unread messages
unreadMessagesCount
Total number of unread messages across all chats
unreadNotifications
Counts of unread notifications by type
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error
429
Too Many Requests Error