{ "opencollection": "1.0.0", "info": { "name": "Qonto Business Cards API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "List cards", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/cards" }, "docs": "OAuth scope: card.read" }, { "info": { "name": "Create a card", "type": "http" }, "http": { "method": "POST", "url": "https://thirdparty.qonto.com/v2/cards", "headers": [ { "name": "X-Qonto-Idempotency-Key", "value": "" } ] }, "docs": "OAuth scope: card.write. Issues a virtual or physical card." } ] } ], "bundled": true }