---
title: "Retrieve reaction"
method: GET
path: "/reactions/{id}"
tags: ["Reactions"]
---

# Retrieve reaction

`GET /reactions/{id}`

Retrieves the details of an existing reaction.

Required permissions:
 - `chat:read`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- Reaction — A single reaction left by a user on a feed post, such as a like or emoji.
  - `emoji` string, nullable, required — The emoji used for this reaction in shortcode format. Null if the reaction type is not emoji.
  - `id` string, required — The unique identifier for the entity
  - `resource_id` string, required — The unique identifier of the post this reaction was left on.
  - `user` object, required — The user who left this reaction on the post.
    - `id` string, required — The unique identifier for the user.
    - `name` string, nullable, required — The user's display name shown on their public profile.
    - `username` string, required — The user's unique username shown on their public profile.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/866821546d67/schema)
