List clients (v1)
documentedList clients in legacy API v1.
GET /api/v1/clientsLegacy APIsno 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://{{$account}}.harvestapp.com/clients?output_type=application/json&api_key={{GETHARVEST_API_KEY}}" \
-X GET \
-H "Accept: application/json"