Retrieve reaction
Retrieves the details of an existing reaction.
Required permissions:
chat:read
Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the reaction to retrieve.
"reac_xxxxxxxxxxxxxxxxxxxxxx"
Response
A successful response
A single reaction left by a user on a feed post, such as a like or emoji.
The unique identifier for the entity
"reac_xxxxxxxxxxxxxxxxxxxxxx"
The unique identifier of the post this reaction was left on.
The user who left this reaction on the post.
The emoji used for this reaction in shortcode format. Null if the reaction type is not emoji.
":heart:"

