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
Message information.
The response is of type object[]
.