Skip to main content
GET
/
:projectId
/
api
/
v7
/
conversations
/
unread-count
Get Unread Count
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/unread-count
{
  "totalUnread": 123,
  "unreadConversationCount": 123
}
Returns two aggregate counts across all of the current user’s active conversations: the total number of unread messages and the number of conversations that have at least one unread message. Thread replies are excluded from unread counts. Only main-stream messages are counted.

Response

totalUnread
number
Total number of unread messages across all conversations.
unreadConversationCount
number
Number of conversations with at least one unread message.