{ "opencollection": "1.0.0", "info": { "name": "Ryder Carrier Documents Shipments API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List Shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/shipments", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of shipments with their current status and details." }, { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.ryder.com/rcsc/events/v1/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a comprehensive and detailed description of shipment requirements as soon as they are available from the customer source system." }, { "info": { "name": "Get Shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.ryder.com/rcsc/events/v1/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific shipment." }, { "info": { "name": "Update Shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ryder.com/rcsc/events/v1/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update shipment details or requirements." } ] } ], "bundled": true }