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-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Response

Unread counts retrieved successfully
unreadChatsCountdouble
Number of conversations with unread messages
unreadMessagesCountdouble
Total number of unread messages across all chats
unreadNotificationsobject
Counts of unread notifications by type

Errors