{ "opencollection": "1.0.0", "info": { "name": "Ryder Carrier Documents Ship Confirmation 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 Confirmation", "type": "folder" }, "items": [ { "info": { "name": "Confirm Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.ryder.com/rcsc/events/v1/ship-confirmations", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a ship confirmation with final shipment details once goods are shipped." } ] } ], "bundled": true }