{ "opencollection": "1.0.0", "info": { "name": "Lob Billing Groups API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Billing Groups", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/billing_groups", "params": [ { "name": "limit", "value": "", "type": "query", "description": "How many results to return." }, { "name": "offset", "value": "", "type": "query", "description": "An integer that designates the offset at which to begin returning results. Defaults to 0." }, { "name": "include", "value": "", "type": "query", "description": "Request that the response include the total count by specifying `include=[\"total_count\"]`.\n" }, { "name": "date_created", "value": "", "type": "query", "description": "Filter by date created. Accepted formats are ISO-8601 date or datetime, e.g. `{ \"gt\": \"2012-01-01\", \"lt\": \"2012-01-31T12:34:56Z\" }` where `gt` is >, `lt` is <, `gte` is e, and `lte` is d." }, { "name": "date_modified", "value": "", "type": "query", "description": "Filter by date modified. Accepted formats are ISO-8601 date or datetime, e.g. `{ \"gt\": \"2012-01-01\", \"lt\": \"2012-01-31T12:34:56Z\" }` where `gt` is >, `lt` is <, `gte` is e, and `lte` is d." }, { "name": "sort_by", "value": "", "type": "query", "description": "Sorts items by ascending or descending dates. Use either `date_created` or `date_modified`, not both.\n" } ] }, "docs": "Returns a list of your billing_groups. The billing_groups are returned sorted by creation date, with the most recently created billing_groups appearing first." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/billing_groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new billing_group with the provided properties." } ] } ], "bundled": true }