{ "opencollection": "1.0.0", "info": { "name": "Ordway REST Billing Runs Products API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/products", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination (1-based)" }, { "name": "size", "value": "", "type": "query", "description": "Number of records per page" }, { "name": "sort", "value": "", "type": "query", "description": "Comma-separated list of fields to sort by (prefix with - for descending)" } ] }, "docs": "List products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.ordwaylabs.com/api/v1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" }, { "info": { "name": "Retrieve a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordwaylabs.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Retrieve a product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ordwaylabs.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" } ] } ], "bundled": true }