{ "opencollection": "1.0.0", "info": { "name": "Lob Accounts API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Lob Credits Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/accounts" }, "docs": "Returns the account's current balance of Lob Credits." } ] } ], "bundled": true }