inbox
Get unread count
Get the count of unread inbox messages for a user
get/inbox/unread-count/{userId}
Path parameters
userIdstring required
Example:user123
User ID (memberID)
Response
Unread count retrieved successfully
Example response
{
"user_id": "user123",
"total_inbox": 10,
"unread_count": 3,
"read_count": 7
}Changes
No recorded changes to this endpoint across all 1 revision of this API.