inbox
Mark inbox as read
Mark a specific inbox message as read for a user
post/inbox/mark-read
Request body
Example request
{
"inbox_id": 1,
"user_id": "user123"
}Response
Inbox marked as read 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.