{ "opencollection": "1.0.0", "info": { "name": "Ordway REST Billing Runs Chart of Accounts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Chart of Accounts", "type": "folder" }, "items": [ { "info": { "name": "List chart of accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/chart_of_accounts", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination (1-based)" }, { "name": "size", "value": "", "type": "query", "description": "Number of records per page" } ] }, "docs": "List chart of accounts" }, { "info": { "name": "Retrieve a chart of account entry", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/chart_of_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Retrieve a chart of account entry" } ] } ], "bundled": true }