Skip to main content
POST
/
conversations
/
{conversationId}
/
read
Mark a conversation as read
curl --request POST \
  --url https://api.tinyinbox.app/conversations/{conversationId}/read \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

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

Authorizations

Authorization
string
header
required

Signed user session token for dashboard and account routes.

Path Parameters

conversationId
string<uuid>
required

Response

Conversation marked as read

ok
boolean
required