Chat
List Reactions
Retrieve all reactions for a specific message.
Added in v2.58.0
GET
Recipes
Get reactions for message
Get reactions for message
1
1. Specify the message ID
Provide the
message_id of the message whose reactions you want to retrieve.2
2. As a result, the API returns a list of reactions.
Get reactions for message with API key
Get reactions for message with API key
1
1. Use 'Authorization' header to pass API key
2
2. Use 'On-Behalf-Of' header to pass user id
3
3. Specify the message ID
Provide the
message_id of the message whose reactions you want to retrieve.4
4. As a result, the API returns a list of reactions.
Path Parameters
string
required
ID of the message for which to retrieve reactions.
Headers
string
required
A user session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
string
default:"ApiKey {your_api_key}"
API key from Dashboard. Expected format:
ApiKey {your_api_key}. Must be used either QB-Token or Authorization.string
User ID. The user ID of the user on whose behalf the request is being made.
Responses
400
400
An error response
array of strings
404
404
An error response
array of strings