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.
Polling for real-time updates? Use a webhook instead.
If you are calling this endpoint on a schedule to detect new activity, subscribe to the message.received, message.read webhook events instead — you’ll get pushed updates in real time without polling. See the webhook documentation.
read:chat— Read chat conversations, messages, and chat-related data. This includes viewing chat lists and message history.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"