curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactions
Comment Endpoints
Fetch Comment Reactions
Get a paginated list of reactions on a comment
GET
/
:projectId
/
api
/
v7
/
comments
/
:commentId
/
reactions
Fetch Comment Reactions
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactions
Returns a paginated list of reactions for a comment, each with the reacting user’s profile. Useful for displaying “reacted by” lists or per-type reaction breakdowns.No authentication required.