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
| Name | Value |
|---|---|
Api-Key | Integration identifier provided by MeetingLawyers |
Authorization | Bearer token in JWT format retrieved from User Authenticate |
Accept | application/json |
Response
{
"unread_message_count": 2
}