{ "opencollection": "1.0.0", "info": { "name": "Quote - XPress", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Quote", "type": "folder" }, "items": [ { "info": { "name": "Rate & Service request", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/xp/comparator/v2/compare", "headers": [ { "name": "dsv-service-auth", "value": "" }, { "name": "x-pat", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request quotes based on agreed tariff rates and obtain estimated times of arrival." } ] } ], "bundled": true }