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

user_idstring required

User ID

total_inboxnumber required

Total inbox count

unread_countnumber required

Unread inbox count

read_countnumber required

Read inbox count

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.