{ "opencollection": "1.0.0", "info": { "name": "Shipments - SCM", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "1. Search for Shipments by criteria", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/shipments/v2/Shipments/SearchCriteria", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for Shipments by criteria" } ] } ], "bundled": true }