Mark as Read
Chat — Messages
Mark as Read
Advance the current user’s read cursor to a given message
POST
Mark as Read
Updates the current user’sDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
lastReadAt timestamp on their conversation membership to the createdAt of the specified message. This reduces the unread count for the conversation.
The operation is monotonic — lastReadAt is never moved backward. If the provided message is older than the current lastReadAt, the call is a no-op.
Path Parameters
The ID of the conversation.
Body Parameters
The ID of the message to mark as read. The user’s
lastReadAt will be set to this message’s createdAt.Response
Error Responses
Forbidden — 403
Forbidden — 403

