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.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Segment of the message
The body is of type object
.
OK