{ "opencollection": "1.0.0", "info": { "name": "Lob Bank_id API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bank_id", "type": "folder" }, "items": [ { "info": { "name": "Verify", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/bank_accounts/:bank_id/verify", "params": [ { "name": "bank_id", "value": "", "type": "path", "description": "id of the bank account to be verified" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify a bank account in order to create a check." }, { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/bank_accounts/:bank_id", "params": [ { "name": "bank_id", "value": "", "type": "path", "description": "id of the bank account" } ] }, "docs": "Retrieves the details of an existing bank account. You need only supply the unique bank account identifier that was returned upon bank account creation." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lob.com/v1/bank_accounts/:bank_id", "params": [ { "name": "bank_id", "value": "", "type": "path", "description": "id of the bank account" } ] }, "docs": "Permanently deletes a bank account. It cannot be undone." } ] } ], "bundled": true }