GET
/
realtime
/
marker.feed-updated
feed updated in marker
curl --request GET \
  --url https://apix.us.amity.co/realtime/marker.feed-updated
{
  "feedMarkers": [
    {
      "entityId": "<string>",
      "feedId": "<string>",
      "lastSegment": 123,
      "isDeleted": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200 - application/json

Feed updated response

The response is of type object.