{ "opencollection": "1.0.0", "info": { "name": "project44 Tracking Shipments Status API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.project44.com/api/v4/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get shipment status updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.project44.com/api/v4/shipments/:shipmentId/status-updates", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "project44 shipment identifier" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns the timeline of status updates and events for a shipment." } ] } ], "bundled": true }