GET
/
realtime
/
liveReaction.created
live reactions created
curl --request GET \
  --url https://apix.us.amity.co/realtime/liveReaction.created
{
  "reactions": [
    {
      "userId": "<string>",
      "referenceId": "<string>",
      "referencePublicId": "<string>",
      "referenceType": "<string>",
      "targetId": "<string>",
      "targetType": "<string>",
      "reactionName": "<string>",
      "occurredAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200 - application/json

User

The response is of type object.