{ "opencollection": "1.0.0", "info": { "name": "Tive Public Alerts Sensor Data API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sensor Data", "type": "folder" }, "items": [ { "info": { "name": "Get shipment tracker data", "type": "http" }, "http": { "method": "GET", "url": "https://api.tive.com/public/v3/shipments/:shipmentId/trackerData", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The public shipment identifier." }, { "name": "startDate", "value": "", "type": "query", "description": "UTC start of the sensor data range." }, { "name": "endDate", "value": "", "type": "query", "description": "UTC end of the sensor data range." } ] }, "docs": "Returns the shipment's tracker sensor data - location, temperature, humidity, pressure, light, motion, and battery. Optionally narrow the result with a UTC start and end date range; if omitted, the full shipment duration is returned." } ] } ], "bundled": true }