{ "opencollection": "1.0.0", "info": { "name": "Maersk Air Booking AirBookings Locations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Consumer-Key", "value": "{{Consumer-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Get Port Pair Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.maersk.com/offers/v2/offers/brand/:brandScac/locations", "params": [ { "name": "brandScac", "value": "", "type": "path" }, { "name": "containerIsoCode", "value": "", "type": "query" } ] }, "docs": "List available origin-destination port combinations." }, { "info": { "name": "Get Origin Ports", "type": "http" }, "http": { "method": "GET", "url": "https://api.maersk.com/offers/v2/offers/brand/:brandScac/locations/origins", "params": [ { "name": "brandScac", "value": "", "type": "path" }, { "name": "cityName", "value": "", "type": "query" } ] }, "docs": "List origin ports with available offers." }, { "info": { "name": "Get Destination Ports", "type": "http" }, "http": { "method": "GET", "url": "https://api.maersk.com/offers/v2/offers/brand/:brandScac/locations/destinations", "params": [ { "name": "brandScac", "value": "", "type": "path" } ] }, "docs": "List destination ports with available offers." } ] } ], "bundled": true }