Links

Get organizations

Tags: #qonto #bank #organizations #positions #naas_drivers #finance #snippet #dataframe
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2022-02-16)
Description: Qonto is a financial service that helps organizations manage their finances and get organized.

Input

Import library

from naas_drivers import qonto

Get your Qonto credentials

QONTO_USER_ID = "YOUR_USER_ID"
QONTO_SECRET_KEY = "YOUR_SECRET_KEY"

Model

Get organizations

df_organizations = qonto.connect(QONTO_USER_ID, QONTO_SECRET_KEY).organizations.get()

Output

Display result

df_organizations