POST
/
api
/
v3
/
channels
/
{channelId}
/
seen
Mark user message read position inside channel
curl --request POST \
  --url https://apix.us.amity.co/api/v3/channels/{channelId}/seen \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "readToSegment": 123
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

Body

application/json

Segment of the message

The body is of type object.

Response

200

OK