Skip to main content
POST
/
v1
/
chats
/
{id}
/
read
Mark messages as read
curl --request POST \
  --url https://api.example.com/v1/chats/{id}/read \
  --header 'Content-Type: application/json' \
  --data '
{
  "timestamp": "2023-11-07T05:31:56Z"
}
'

Path Parameters

id
string<uuid>
required

Body

application/json
timestamp
string<date-time>

Response

200

Messages marked as read successfully