{ "opencollection": "1.0.0", "info": { "name": "Ordway REST Billing Runs API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing Runs", "type": "folder" }, "items": [ { "info": { "name": "List billing runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/billing_runs", "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 billing runs" }, { "info": { "name": "Create a billing run", "type": "http" }, "http": { "method": "POST", "url": "https://api.ordwaylabs.com/api/v1/billing_runs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a billing run" }, { "info": { "name": "Retrieve a billing run", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/billing_runs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Retrieve a billing run" } ] } ], "bundled": true }