Sign in

Retrieve the authenticated organization and list bank accounts

documented

Fetches the authenticated organization details and its bank accounts (balances included).

GET /v2/organizationOrganizationsno 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/organization" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"