{ "opencollection": "1.0.0", "info": { "name": "Solutions", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Booking", "type": "http" }, "http": { "method": "POST", "url": "https://api.cargoai.co/solutions/book", "headers": [ { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This document outlines the process for booking with CargoCONNECT API." }, { "info": { "name": "Track by Flight UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.cargoai.co/solutions/track", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "flight-uuid", "value": "", "type": "query", "description": "flightUUID used during booking creation — required to get updates on booking, flight itinerary and shipment details" } ] }, "docs": "Track by Flight UUID" }, { "info": { "name": "Cancellation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cargoai.co/solutions/bookings/:flightUUID", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "flightUUID", "value": "", "type": "path", "description": "Flight UUID used for booking creation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This document outlines the process to cancel a booking performed via CargoCONNECT API." } ], "bundled": true }