{ "opencollection": "1.0.0", "info": { "name": "Agilent iLab Operations Cores Invoices API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Agilent iLab List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.ilabsolutions.com/v1/cores/:core_id/invoices", "params": [ { "name": "core_id", "value": "", "type": "path", "description": "Unique identifier for the core facility." }, { "name": "status", "value": "", "type": "query", "description": "Filter by invoice status (draft, sent, paid, voided)." } ] }, "docs": "Returns billing invoices generated by a core facility." } ] } ], "bundled": true }