Contact APIs
Get Contacts
This endpoint retrieves a paginated list of contacts
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
- The maximum number of contacts to retrieve
- Default 2000
Response
200 - application/json
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
An array of contact objects. Refer to the contact object here
The total count of contacts.
The starting index of the returned contacts
The ending index of the returned contacts
Was this page helpful?