{ "opencollection": "1.0.0", "info": { "name": "CargoSmart Shipment Tracking Bookings Documents API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get bill of lading", "type": "http" }, "http": { "method": "GET", "url": "https://api.cargosmart.com/documents/v1/bills-of-lading/:blNumber", "params": [ { "name": "blNumber", "value": "", "type": "path" } ] }, "docs": "Retrieve electronic bill of lading document details." } ] } ], "bundled": true }