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"
}
]
}
Event has occurred when reactions were added to a live streaming post
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"
}
]
}
User
The response is of type object
.