Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://apix.us.amity.co/realtime/marker.userFeed-updated
{ "userFeedMarkers": [ { "userId": "<string>", "entityId": "<string>", "feedId": "<string>", "readToSegment": 123, "deliveredToSegment": 123, "unreadCount": 123, "lastMentionSegment": 123, "isMentioned": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "feedMarkers": [ { "entityId": "<string>", "feedId": "<string>", "lastSegment": 123, "isDeleted": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
User feed updated response
Show child attributes