Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
- The offset value for paginating the results
- Default 0
Example:
"0"
- The maximum number of contacts to retrieve
- Default 2000
Example:
"10"
Response
200 OK
Note: chat_ids
associated with a contact are not returned. You can fetch a specific contact by contact_id
to get all chat_ids
associated with it
The starting index of the returned contacts
The ending index of the returned contacts
The total count of contacts.
An array of contact objects. Refer to the contact object here