{ "opencollection": "1.0.0", "info": { "name": "Ryder Carrier Documents Ship Status API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ship Status", "type": "folder" }, "items": [ { "info": { "name": "Get Shipment Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/ship-status/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ] }, "docs": "Retrieve the current status and tracking information for a shipment throughout its lifecycle." } ] } ], "bundled": true }