OAuth scope: organization.read
Retrieves the details and the list of bank accounts for the authenticated organization.
The bank account’s id
or iban
will be required to retrieve the list of transactions inside that bank account, using GET /v2/transactions.
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
By default includes only Qonto accounts. Set to 'true' if you also want to include your connected externals account(s).
Returns the details and the list of bank accounts for the authenticated organization.
The response is of type object
.