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