API Reference

Mesaj listesini çeker (gönderilmiş, kuyrukta, gönderilmemiş ya da hepsi)

token
*Required
page
pagination page number

limit
number of messages per request .
max value : 100 .

status
Messages status [sent , queue , unsent , invalid]
sent : get sent messages .
queue : get queue messages .
unsent : get unsent messages .
invalid : get invalid messages .
all : get all messages .

sort
asc : sorted messages by ID from smallest to largest .
desc : sorted messages by ID from largest to smallest

id
filter messages by message id

referenceId
filter messages by your custom reference ID

from
filter messages by WhatsApp sender number e.g [email protected]
to
filter messages by recipient number

chatID for contact or group e.g [email protected] or [email protected]
ack
filter messages by message ack status [ pending , server , device , read , played ]

msgId
msgId of the incoming message from Webhooks.

start_date
Filter messages after the specified timestamp. Example: 1257425389

end_date
Filter messages before the specified timestamp. Example: 1257425389

Language
Click Try It! to start a request and see the response here!