{ "opencollection": "1.0.0", "info": { "name": "OptScale REST Authentication Expenses API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Expenses", "type": "folder" }, "items": [ { "info": { "name": "Query expenses", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/restapi/v2/organizations/:organization_id/expenses", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" } ] }, "docs": "Query expenses" } ] } ], "bundled": true }