Skip to main content
POST
/
api
/
sessions
/
{sessionId}
/
chats
/
{chatId}
/
read
Mark chat as read
curl --request POST \
  --url https://api.recoupable.com/api/sessions/{sessionId}/chats/{chatId}/read \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

sessionId
string
required

The id of the parent session.

chatId
string
required

The id of the chat to mark as read.

Response

Chat marked as read successfully.

success
enum<boolean>
required
Available options:
true