Sign in

List statements

documented

Retrieve statements for the authenticated organization.

GET /v2/statementsTransactions & Statementsno implementation yet0 runs
No 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://thirdparty.qonto.com/v2/statements?bank_account_ids[]={{$bank_account_id}}&ibans[]={{$iban}}&period_from={{$period_from}}&period_to={{$period_to}}&page={{$page}}&per_page={{$per_page}}&sort_by={{$sort_by}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"