Skip to main content

Get Unread Message Count

Retrieve the total number of rooms with one or more messages pending to be read.

Request

GET https://api.meetinglawyers.com/chat/message?unread=true

Headers

NameValue
Api-KeyIntegration identifier provided by MeetingLawyers
AuthorizationBearer token in JWT format retrieved from User Authenticate
Acceptapplication/json

Response

{
"unread_message_count": 2
}