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

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

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 }