{ "opencollection": "1.0.0", "info": { "name": "api Carriers Shipments API", "version": "0.1.0" }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "GetShipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.vooma.ai/v0/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "UpdateShipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vooma.ai/v0/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "UpsertShipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.vooma.ai/v0/shipments/upsert", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "CreateShipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.vooma.ai/v0/shipments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }