Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qonto Organizations & Accounts API

The Organizations & Accounts API from Qonto — 4 operation(s) for organizations & accounts.

Qonto Organizations & Accounts API is one of 13 APIs that Qonto publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organizations & Accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against 2 base URLs: https://thirdparty.qonto.com, https://thirdparty-sandbox.staging.qonto.co.

6 operations 4 paths 0 schemas 4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://thirdparty.qonto.com/v2
Authentication
API Key, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 2

Qonto Organizations & Accounts API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (SecretKey). It supports OAuth 2.0 (OAuth) using the authorizationCode flow, exposing 35 scopes. By default, every request must be authenticated.

  • SecretKey — Qonto API key. Value is the organization sign-in and secret key concatenated with a colon - "Authorization: {sign-in}:{secret-key}". This resembles HTTP Basic…
  • OAuth — OAuth 2.0 authorization code flow. Access tokens are valid 1 hour; refresh tokens 90 days (offlineaccess). Bearer access token sent in the Authorization header.

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Organizations & Accounts 6
GET
/v2/organization
Retrieve the authenticated organization and list bank accounts
getOrganization → 200401429
GET
/v2/memberships
List memberships
listMemberships 2 params → 200429
POST
/v2/memberships
Create a membership
createMembership → 201
GET
/v2/labels
List labels
listLabels → 200
GET
/v2/teams
List teams
listTeams → 200
POST
/v2/teams
Create a team
createTeam → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qonto-organizations-accounts-api-openapi.yml Raw ↑

Other APIs Qonto publishes across the network.

Qonto Cards API
Qonto Client Invoices API
Qonto Internal Transfers API
Qonto International Transfers API
Qonto OAuth API
Qonto Payment Links API
Qonto SEPA Direct Debit API
Qonto SEPA Transfers API
Qonto Supplier Invoices API
Qonto Terminals API
Qonto Transactions & Statements API
Qonto Webhooks API