{ "opencollection": "1.0.0", "info": { "name": "Qonto Business Cards Organizations & Accounts API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations & Accounts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the authenticated organization and list bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/organization" }, "docs": "OAuth scope: organization.read" }, { "info": { "name": "List memberships", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/memberships", "params": [ { "name": "current_page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "OAuth scope: organization.read" }, { "info": { "name": "Create a membership", "type": "http" }, "http": { "method": "POST", "url": "https://thirdparty.qonto.com/v2/memberships" }, "docs": "OAuth scope: membership.write" }, { "info": { "name": "List labels", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/labels" }, "docs": "OAuth scope: organization.read" }, { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/teams" }, "docs": "OAuth scope: team.read" }, { "info": { "name": "Create a team", "type": "http" }, "http": { "method": "POST", "url": "https://thirdparty.qonto.com/v2/teams" }, "docs": "OAuth scope: team.write" } ] } ], "bundled": true }