Skip to main content
GET
/
:projectId
/
api
/
v7
/
entities
/
:entityId
/
reactions
/
me
Get User Reaction
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/reactions/me
Returns the authenticated user’s current reaction on the specified entity, or null if they have not reacted. Authentication required.

Path Parameters

entityId
string
required
The UUID of the entity.

Response

{ "reactionType": "like" }
or, if the user has no reaction:
{ "reactionType": null }