{ "opencollection": "1.0.0", "info": { "name": "DHL Location Finder Unified Find By Address Find By Keyword Id API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "DHL-API-Key", "value": "{{DHL-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Find By Keyword Id", "type": "folder" }, "items": [ { "info": { "name": "Find Service Points by keyword ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.dhl.com/location-finder/v1/find-by-keyword-id/:keywordId", "params": [ { "name": "keywordId", "value": "", "type": "path" }, { "name": "countryCode", "value": "", "type": "query" }, { "name": "postalCode", "value": "", "type": "query" } ] }, "docs": "Find Service Points by keyword ID" } ] } ], "bundled": true }