Get unread messages count for conversations

Retrieve the count of unread messages for multiple conversations.
Returns the number of unread messages (up to 20) for each conversation.
Maximum 10 conversations per request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Application's ID

Query Params
string
required

Comma-separated list of conversation IDs to get unread message counts for.
Maximum 10 conversations allowed.

It's mandatory to encode URI components - e.g., "1,2,3" becomes "1%2C2%2C3".

string
required

Comma-separated list of last read message IDs for each conversation.
Must have the same length as conversationIds and be in the same order.

It's mandatory to encode URI components - e.g., "100,200,300" becomes "100%2C200%2C300".

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json