Chat

Toggle a reaction as a verified participant

POST
/api/v1/chat/public/messages/{id}/reactions

Authorization

x-api-key<token>

Tenant API key (backend only โ€” never expose to a browser)

In: header

Path Parameters

id*string

Message CUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/chat/public/messages/string/reactions" \  -H "Content-Type: application/json" \  -d '{    "emoji": "๐Ÿ‘"  }'
Empty