curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/reactions
Entity Endpoints
Fetch Entity Reactions
Get a paginated list of reactions on an entity
GET
/
:projectId
/
api
/
v7
/
entities
/
:entityId
/
reactions
Fetch Entity Reactions
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/reactions
Returns a paginated list of reactions for an entity, each with the reacting user’s profile. Useful for displaying “liked by” lists or reaction breakdowns.No authentication required.