---
title: "Create a user reaction"
method: POST
path: "/user-reactions/"
---

# Create a user reaction

`POST /user-reactions/`

## Request body

- object
  - `reaction_id` string, required — The ID of the reaction type from the reaction pack
  - `reaction_space_id` string, required
  - `target_id` string, required — The ID of the entity being reacted to, e.g. a chat message ID, or a custom ID from your system
  - `custom_data` string

## Response `201`

201

- object
  - `reaction_space_id` string
  - `target_id` string
  - `reaction_id` string
  - `id` string
  - `client_id` string
  - `reacted_by_id` string
  - `created_at` string
  - `url` string
  - `custom_data` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
