Skip to main content

POST /api/msg/channels/:slug/messages/:id/react

── POST /msg/channels/:slug/messages/:id/react Toggle the caller's reaction on a channel message. Body: { emoji }. Stored in the reactions jsonb ({ emoji: [zids] }); returns the updated map

MethodPOST
Path/api/msg/channels/:slug/messages/:id/react
DomainMessaging & files · Channels
Tiercomputation (public)
Authuser

Request

curl -X POST https://zeqsdk.com/api/msg/channels/YOUR_MACHINE/messages/CONTRACT_ID/react \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.