{ "opencollection": "1.0.0", "info": { "name": "Ryder Carrier Documents Fleet API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fleet", "type": "folder" }, "items": [ { "info": { "name": "List Fleet Vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/fleet", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of vehicles in the fleet, including vehicle information and specifications." }, { "info": { "name": "Get Vehicle Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/fleet/:vehicleId", "params": [ { "name": "vehicleId", "value": "", "type": "path" } ] }, "docs": "Retrieve detailed information about a specific vehicle." } ] } ], "bundled": true }