Skip to main content
GET
/
inbox
/
find-messages-from-inbox
Buscar mensagens
curl --request GET \
  --url https://api.multchats.com/v2/inbox/find-messages-from-inbox \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "response": {
    "messages": "<array>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

integrationId
string
required
phoneNumber
string
required
skip
integer
take
integer

Response

200 - application/json

Mensagens encontradas com sucesso

success
boolean

Indica se a operação foi bem-sucedida

response
object

Resposta da operação de busca de mensagens