Get reactions for a post
Post
Get reactions for a post
Returns all reactions on a post, grouped by reaction type ID. Each group contains an array of users (name, ID, logo) who reacted with that type. Validates that the current user belongs to the same tenant and has access to the discussion unit.
GET
Get reactions for a post
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Path Parameters
Post identifier
Response
Post resource
Example:
"/api/v1/logs/1"
Example:
"/api/v1/tasks/1"

