{ "opencollection": "1.0.0", "info": { "name": "BNP Paribas Connexis Cash - STET PSD2 Account Information (AISP) Accounts API", "version": "1.4.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.cib.bnpparibas.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List PSU accounts available to the AISP", "type": "http" }, "http": { "method": "GET", "url": "https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts" }, "docs": "List PSU accounts available to the AISP" }, { "info": { "name": "Retrieve a single account", "type": "http" }, "http": { "method": "GET", "url": "https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts/:accountResourceId", "params": [ { "name": "accountResourceId", "value": "", "type": "path" } ] }, "docs": "Retrieve a single account" } ] } ], "bundled": true }