{ "opencollection": "1.0.0", "info": { "name": "CargoSmart Shipment Tracking Bookings API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Bookings", "type": "folder" }, "items": [ { "info": { "name": "List bookings", "type": "http" }, "http": { "method": "GET", "url": "https://api.cargosmart.com/bookings/v1", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "carrierId", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of container bookings." }, { "info": { "name": "Create container booking", "type": "http" }, "http": { "method": "POST", "url": "https://api.cargosmart.com/bookings/v1", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new container booking request to an ocean carrier." } ] } ], "bundled": true }