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
}
'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
}
'Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.