{ "opencollection": "1.0.0", "info": { "name": "m3ter Account DataExplorer API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "DataExplorer", "type": "folder" }, "items": [ { "info": { "name": "Query and filter for bill line items.", "type": "http" }, "http": { "method": "POST", "url": "https://api.m3ter.com/organizations/:orgId/dataexplorer/bills", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Query and filter for bill line items." } ] } ], "bundled": true }