cURL
Contacts
List Contacts
Returns all contacts in the company, ordered with the most recently created first. Results are paginated using a cursor: pass the next_cursor returned by a previous response as the cursor query parameter to fetch the next page. When next_cursor is null, there are no more results.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of contacts to return in a single response. Defaults to 20. Must be between 1 and 100; values outside this range return a 400.
Required range:
1 <= x <= 100Pagination cursor returned as next_cursor in a previous response. Omit on the first request.