{ "opencollection": "1.0.0", "info": { "name": "Salt Edge Account Information Accounts Connect Sessions API", "version": "v5" }, "request": { "auth": { "type": "apikey", "key": "App-id", "value": "{{App-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Connect Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create a connect session", "type": "http" }, "http": { "method": "POST", "url": "https://www.saltedge.com/api/v5/connect_sessions/create", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a hosted connection flow for a customer." } ] } ], "bundled": true }