Skip to main content
GET

Recipes

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.

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

200 OK — Successful response
integer
array of objects
An error response
array of strings
An error response
array of strings