List transactions
documentedReturn a list of Transaction resources with pagination.
GET /transactionsTransactionsno 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://api.usecopper.com/next/transactions" \
-u {{COPPER_API_KEY}}: \
-H "Accept: application/json" \
-G \
-d limit={{$limit}} \
-d location={{$location_id}} \
-d "created[gte]={{$created_gte}}" \
-d "created[lt]={{$created_lt}}" \
-d "created[gt]={{$created_gt}}" \
-d "search_query={{$search_query}}"