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