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.
Documentation Index
Fetch the complete documentation index at: https://dev.alpharun.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
1 <= x <= 100Pagination cursor returned as next_cursor in a previous response. Omit on the first request.