View number of channels with unread messages
GET {{baseUrl}}/v3/users/:user_id/unread_channel_count
View number of channels with unread messages
Retrieves the total number of a user's group channels with unread messages.
https://sendbird.com/docs/chat/v3/platform-api/guides/user#2-view-number-of-channels-with-unread-messages
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
custom_types | string | ||
custom_types | string | ||
super_mode | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"unread_count":"\u003cnumber\u003e"}