{ "opencollection": "1.0.0", "info": { "name": "Ryder Carrier Documents Invoices API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/invoices", "params": [ { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Retrieve historical invoice details for the fleet, including line items, payment status, and customer-specific account details." } ] } ], "bundled": true }