{ "opencollection": "1.0.0", "info": { "name": "Utility Accounting API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounting", "type": "folder" }, "items": [ { "info": { "name": "List Billing Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/accounting/billing-accounts", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "next", "value": "", "type": "query" } ] }, "docs": "List all customer billing accounts." }, { "info": { "name": "Get Billing Account", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/accounting/billing-accounts/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a specific billing account by UID." }, { "info": { "name": "List Billing Summaries", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/accounting/billing-summaries", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "next", "value": "", "type": "query" }, { "name": "billing_account_uid", "value": "", "type": "query", "description": "Filter by billing account UID" } ] }, "docs": "List billing summaries for customer accounts." }, { "info": { "name": "Get Billing Summary", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/accounting/billing-summaries/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a specific billing summary by UID." } ] } ], "bundled": true }