{ "opencollection": "1.0.0", "info": { "name": "Waste Management Customer Cases Invoices API", "version": "1.0" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/invoices", "headers": [ { "name": "Request-Tracking-Id", "value": "" }, { "name": "ClientId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The unique WM customer identifier." }, { "name": "startDate", "value": "", "type": "query", "description": "Filter invoices from this date." }, { "name": "endDate", "value": "", "type": "query", "description": "Filter invoices up to this date." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a summary of all invoices sent, with optional date range filtering." }, { "info": { "name": "Get Invoice Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/invoices/:invoiceId", "headers": [ { "name": "Request-Tracking-Id", "value": "" }, { "name": "ClientId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The unique WM customer identifier." }, { "name": "invoiceId", "value": "", "type": "path", "description": "The unique invoice identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all details of a specific invoice by invoice identifier." } ] } ], "bundled": true }