List contacts
Lists the contacts of the workspace, 25 per page.
Any query parameter other than cursor, waId and phoneNumber is treated as a filter on a custom contact property of the workspace — e.g. ?plan=premium returns the contacts whose plan property equals premium.
When more results are available, cursors.next is returned. Pass it back as cursor to fetch the next page; the original filters are preserved by the cursor.
Query parameters
Opaque cursor returned by a previous call, used to fetch the next page
Opaque cursor returned by a previous call, used to fetch the next page
Filters by the WhatsApp id of the contact
Filters by the WhatsApp id of the contact
Filters by the phone number of the contact
Filters by the phone number of the contact
Response
A page of contacts
Changes
Changed in 4 of the 9 revisions of this API.114
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ○
endpoint added
endpoint-added
- ▲
- ○
added the optional property
data/items/customPropertiesto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/cursorsfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
cursorsto the response with the200statusresponse-optional-property-added
- ●
- ○
added the new optional
queryrequest parameterwaIdnew-optional-request-parameter
- ○