Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Required range:
x >= 1
Reaction name
Maximum length:
100
curl --request GET \
--url https://apix.us.amity.co/api/v2/reactions/messages/most \
--header 'Authorization: Bearer <token>'
[
{
"messageId": "<string>",
"reactionsCount": 123
}
]
Get message ids by the most of reactions.
curl --request GET \
--url https://apix.us.amity.co/api/v2/reactions/messages/most \
--header 'Authorization: Bearer <token>'
[
{
"messageId": "<string>",
"reactionsCount": 123
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
x >= 1
Reaction name
100