List People
documentedRetrieve a list of Person records; supports _start, _limit, _select_columns and filtering parameters as shown in the API sample.
GET /crm/people.apiCRMno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://secure.workbooks.com/crm/people.api?_start={{$page}}&_limit={{$limit}}&api_key={{WORKBOOKS_API_KEY}}" \
-X GET \
-H "Accept: application/json"