inbox
Get user read status
Get read status for all inboxes for a specific user
get/inbox/read-status/{userId}
Path parameters
userIdstring required
Example:user123
User ID (memberID)
Query parameters
inbox_idstring
Optional: Filter by specific inbox ID
Response
Read status retrieved successfully
Example response
[
{
"read_status_id": 1,
"inbox_id": 1,
"user_id": "user123",
"read_at": "2025-11-01T10:00:00Z",
"is_read": true
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.