{ "opencollection": "1.0.0", "info": { "name": "Lob Bg_id API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bg_id", "type": "folder" }, "items": [ { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/billing_groups/:bg_id", "params": [ { "name": "bg_id", "value": "", "type": "path", "description": "id of the billing_group" } ] }, "docs": "Retrieves the details of an existing billing_group. You need only supply the unique billing_group identifier that was returned upon billing_group creation." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/billing_groups/:bg_id", "params": [ { "name": "bg_id", "value": "", "type": "path", "description": "id of the billing_group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates all editable attributes of the billing_group with the given id." } ] } ], "bundled": true }