{ "opencollection": "1.0.0", "info": { "name": "Tive Public Alerts Shipments API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.tive.com/public/v3/shipments", "headers": [ { "name": "x-tive-account-id", "value": "" } ] }, "docs": "List shipments" }, { "info": { "name": "Create a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.tive.com/public/v3/shipments", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a shipment" }, { "info": { "name": "Retrieve a shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.tive.com/public/v3/shipments/:shipmentId", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The public shipment identifier." } ] }, "docs": "Retrieve a shipment" }, { "info": { "name": "Update a shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tive.com/public/v3/shipments/:shipmentId", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The public shipment identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a shipment" }, { "info": { "name": "Start a shipment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tive.com/public/v3/shipments/:shipmentId/start", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The public shipment identifier." } ] }, "docs": "Start a shipment" } ] } ], "bundled": true }