List Reactions (POST)

Lists the reactors for an object.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
emojistringRequiredformat: "text"

The emoji to list the reactors for. This can be the short name of the emoji (e.g. “joy”), or the code point (e.g. “1f602”).

objectstringRequiredformat: "id"
The ID of the object to list reactors for.
cursorstringOptionalformat: "text"
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.
limitintegerOptional
The maximum number of reactors to return.

Response

Success.
reactorslist of objects
The users that have reacted.
next_cursorstring or nullformat: "text"
The cursor that should be used to iterate the next sequence of results, otherwise if not set, then no elements exist after.

Errors