inbox
Mark multiple inboxes as read
Mark multiple inbox messages as read for a user
post/inbox/mark-multiple-read
Request body
Example request
{
"inbox_ids": [
1,
2,
3
],
"user_id": "user123"
}Response
Inboxes marked as read successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.