v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
message

get message info by id

get a message info by id

post/instances/{id}/client/action/get-message-info-by-id

Path parameters

idinteger required

Instance ID

Request body

messageIdstring required

serialized messageId, <fromMe><chatId><hash>

Example request

{
  "messageId": "<bool>_<xxxxx>@c.us>_<megssageHash>"
}

Response

status'success' | 'error'

Example response

{
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/get-message-info-by-id"
  },
  "status": "success"
}