{ "opencollection": "1.0.0", "info": { "name": "Wakeo Visibility Shipments Tracking API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wakeo.co/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tracking", "type": "folder" }, "items": [ { "info": { "name": "Get predictive ETA", "type": "http" }, "http": { "method": "GET", "url": "https://api.wakeo.co/v1/shipments/:shipmentId/eta", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The identifier of the shipment." } ] }, "docs": "Returns Wakeo's predictive door-to-door ETA for the shipment, blending tracking data with data-science predictions. MODELED." }, { "info": { "name": "List positions", "type": "http" }, "http": { "method": "GET", "url": "https://api.wakeo.co/v1/shipments/:shipmentId/positions", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The identifier of the shipment." } ] }, "docs": "Returns the geolocation positions recorded for the shipment along its journey. MODELED." }, { "info": { "name": "List milestone events", "type": "http" }, "http": { "method": "GET", "url": "https://api.wakeo.co/v1/shipments/:shipmentId/events", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The identifier of the shipment." } ] }, "docs": "Returns the milestone events (departures, arrivals, port calls, transshipments, PODs, congestion and disruption alerts) for a shipment. MODELED." } ] } ], "bundled": true }