{ "opencollection": "1.0.0", "info": { "name": "Regions Open Banking Account Information Customer API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.regions.com/oauth/authorize", "accessTokenUrl": "https://auth.regions.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Get Current Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.regions.com/v1/customers/current" }, "docs": "Retrieve the profile of the currently authenticated customer." } ] } ], "bundled": true }