OAuth scope: user_organization.read
Returns the list of organizations the authenticated user belongs to.
This endpoint returns a list of organizations that the user consented to give access to. This endpoint is only available forDocumentation Index
Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
Use this file to discover all available pages before exploring further.
user oauth flow. It gives you the list of organizations that the user has consented to give access to, and the organization_id for each organization. You can use the organization_id to make API calls on behalf of that organization.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.
Returns the list of organizations the authenticated user belongs to.