Sign in

List clients (v1)

documented

List clients in legacy API v1.

GET /api/v1/clientsLegacy APIsno implementation yet0 runs
No 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"
List clients (v1) · Harvest · OpenIntegrations