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
| Method | POST |
| Path | /api/msg/channels/:slug/messages/:id/react |
| Domain | Messaging & files · Channels |
| Tier | computation (public) |
| Auth | user |
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.