{ "opencollection": "1.0.0", "info": { "name": "Salt Edge Account Information Accounts Holder Info API", "version": "v5" }, "request": { "auth": { "type": "apikey", "key": "App-id", "value": "{{App-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Holder Info", "type": "folder" }, "items": [ { "info": { "name": "Fetch account holder information", "type": "http" }, "http": { "method": "GET", "url": "https://www.saltedge.com/api/v5/holder_info", "params": [ { "name": "connection_id", "value": "", "type": "query" } ] }, "docs": "Fetch account holder information" } ] } ], "bundled": true }