List tax receipts
documentedList tax receipts for a specific entity.
GET /v1/tax_receiptsPaymentsno 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.connectionpoint.com/v1/tax_receipts?organization={{$organization}}&partner={{$partner}}&since={{$since}}&since_id={{$since_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"