Shipper · VisibilityProduktion

Tracking API

Public, per-order shipment tracking. Each order has a signed share token (the t query parameter) that grants read-only access to that order's status — no account login required. For Betakom-fulfilled (Cargoboard) orders the response includes the enriched status-event history with German status descriptions; for external orders the timeline is empty and only the order summary is returned.

Umgebung
https://api.betakom.de
GET/api/public/tracking/{orderId}

Get the tracking timeline + order summary

Pfadparameter

FieldTypeRequiredDescription
orderIdintegerrequiredThe Betakom order id.

Query-Parameter

FieldTypeRequiredDescription
tstringrequiredThe signed share token for this order.
cURL
curl 'https://api.betakom.de/api/public/tracking/48213?t=SIGNED_SHARE_TOKEN'
  • Companion endpoints: /summary, /live-position and /document under the same path.
  • Status descriptions are returned in German (Cargoboard status codes).