{ "opencollection": "1.0.0", "info": { "name": "BNP Paribas Connexis Cash - STET PSD2 Account Information (AISP) Accounts Consents 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": "Consents", "type": "folder" }, "items": [ { "info": { "name": "Forward the PSU consent to the ASPSP", "type": "http" }, "http": { "method": "POST", "url": "https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/consents", "body": { "type": "json", "data": "{}" } }, "docs": "Forward the PSU consent to the ASPSP" } ] } ], "bundled": true }