List expenses (v1)
documentedList expenses in legacy API v1.
GET /api/v1/expensesLegacy 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_subdomain}}.harvestapp.com/expenses?from={{$from}}&to={{$to}}&is_closed={{$is_closed}}&only_billed={{$only_billed}}&only_unbilled={{$only_unbilled}}&updated_since={{$updated_since}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{GETHARVEST_SECRET}}"