Error
Reactions
Get Reactions
Get the current reactions map for a message.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
a UID of a message, that is unique for TimelinesAI workspace. Can be used to lookup a message or its sending status.
Response
Success
Available options:
ok, error Example:
"ok"
Example:
{
"users": [
{
"name": "John Doe",
"phone": "+972540000001",
"reaction": "👍",
"current": true
},
{
"name": "Kate Smith",
"phone": "+972540000002",
"reaction": "👍",
"current": false
}
],
"reactions": { "👍": 2 },
"total": 2
}
