{ "opencollection": "1.0.0", "info": { "name": "Password Retrieval Get Password API", "version": "1.0.0" }, "items": [ { "info": { "name": "Get Password", "type": "folder" }, "items": [ { "info": { "name": "Retrieves password information", "type": "http" }, "http": { "method": "GET", "url": "https://{your_api_url}/api/get_password", "params": [ { "name": "account_id", "value": "", "type": "query" }, { "name": "account_name", "value": "", "type": "query" }, { "name": "account_title", "value": "", "type": "query" }, { "name": "account_type", "value": "", "type": "query" } ] }, "docs": "Retrieves password information" } ] } ], "bundled": true }