GetWhatsappSendTargetList

GetWhatsAppSendTargetList function gets all reachable devices about a WhatsApp send.

Important note: If the client does not have a lastMessageId yet, lastMessageId parameter can be given as 0 to get data from first message of the sending which is given with the sendId parameter.

Query Params
string
required

UUID of WhatsApp send.

integer
100 to 1000

The requested maximum number of rows from the request.

Maximum value is 1000.

For instance, if lastMessageId is 1500 and limit is 1000, the API returns the rows between 1501-2500.

string

The lastMessageId is the number of last fetched message ID from the API.

For instance, if lastMessageId is 1500 and limit is 1000, the API returns the message IDs between 1501-2501.

boolean

This is an optional parameter. If set, returns the contact email.

Headers
string
required
Defaults to {$$.env.access_token}
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
TooManyRequest