Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wakeo Tracking API

Predictive ETAs, positions, and milestone events for a tracked shipment. (Modeled.)

Wakeo Tracking API is one of 3 APIs that Wakeo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tracking. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0-modeled.

Requests are made against a single base URL, https://api.wakeo.co.

3 operations 3 paths 4 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0-modeled
Base URL
https://api.wakeo.co
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Wakeo Tracking API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth2 — OAuth 2.0. Every request must include Authorization: Bearer (confirmed from Wakeo's published documentation). The token URL and grant type below are MODELED an…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Tracking 3

Predictive ETAs, positions, and milestone events for a tracked shipment. (Modeled.)

GET
/v1/shipments/{shipmentId}/eta
Get predictive ETA
getShipmentEta 1 param → 200401404
GET
/v1/shipments/{shipmentId}/positions
List positions
listShipmentPositions 1 param → 200401404
GET
/v1/shipments/{shipmentId}/events
List milestone events
listShipmentEvents 1 param → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Eta (4 properties), Event (4 properties), Position (4 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Position
object
Modeled geolocation position.
4 properties
Event
object
Modeled milestone / disruption event.
4 properties
Eta
object
Modeled predictive ETA payload.
4 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wakeo-tracking-api-openapi.yml Raw ↑

Other APIs Wakeo publishes across the network.

Wakeo Shipments API
Wakeo Webhooks API