{ "opencollection": "1.0.0", "info": { "name": "Terminal49 Containers Shipping Lines API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipping Lines", "type": "folder" }, "items": [ { "info": { "name": "List shipping lines", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal49.com/v2/shipping_lines" }, "docs": "List shipping lines" }, { "info": { "name": "Retrieve a shipping line", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal49.com/v2/shipping_lines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier (UUID)." } ] }, "docs": "Retrieve a shipping line" } ] } ], "bundled": true }