v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
message

get message reactions

Get reactions for a specific message

post/instances/{id}/client/action/get-reactions

Path parameters

idinteger required

Instance ID

Request body

messageIdstring

The ID of the message to get reactions for

Example request

{
  "messageId": "true_123456789@c.us_ABC123DEF456"
}

Response

Message reactions response

status'success' | 'error'

Example response

{
  "status": "success",
  "data": {
    "reactions": [
      {
        "reaction": "👍",
        "senderId": "123456789@c.us",
        "timestamp": 1677721600
      }
    ]
  },
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/get-reactions"
  }
}