Get all contacts

Get all the contacts in JSON format

Pagination is mandatory, it must indicate page (deprecated) or lastId (recommended)

Query Params
integer
required
≤ 1000
Defaults to 10

This is the maximum number of objects that may be returned

integer
Defaults to 0

DEPRECATED - Use lastId instead.

integer

Cursor-based pagination.

Last identifier that was returned in the previous request

string
enum
Defaults to id-asc

Order of the results:

  • id-asc - Order by internal id ascending
  • id-desc - Order by internal id descending
  • lastInputMessage-asc - Order by lastInputMessage ascending
  • lastInputMessage-desc - Order by lastInputMessage descending
Allowed:
string

Allows to search for a user by contactId. The contactId is a unique identifier of the user on a specific channel.

In whatsapp channel, the contactId is made with the telephone number with the international prefix without the + symbol

integer
required

Application's id

Responses

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