{ "opencollection": "1.0.0", "info": { "name": "Alaska Air Cargo Airports Rates API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "Alaska Air Cargo Get Rate Estimate", "type": "http" }, "http": { "method": "POST", "url": "https://api.alaskacargo.com/v1/rates", "body": { "type": "json", "data": "{}" } }, "docs": "Get a rate estimate for a cargo shipment based on origin, destination, weight, dimensions, and special handling requirements." } ] } ], "bundled": true }