List invoices (v1)
documentedList invoices in legacy API v1.
GET /api/v1/invoicesLegacy 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://{{$harvest_account}}.harvestapp.com/invoices?{{$query}}&page={{$page}}&per_page={{$limit}}" \
-X GET \
-H "Authorization: Basic {{GETHARVEST_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json"