List donations
documentedRetrieves a list of donations paid to your Donately account. Supports query parameters: limit, offset, recurring, campaign_id, fundraiser_id, amount_in_cents, amount_in_cents[gt], amount_in_cents[lt], created, created[gt], created[lt], order, order_by, status, and account_id.
GET /donationsDonationsno 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.donately.com/v2/donations?{{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"