Logistik
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.
https://api.betakom.de/api/public/tracking/{orderId}| Field | Type | Required | Description |
|---|---|---|---|
orderId | integer | required | The Betakom order id. |
| Field | Type | Required | Description |
|---|---|---|---|
t | string | required | The signed share token for this order. |
curl 'https://api.betakom.de/api/public/tracking/48213?t=SIGNED_SHARE_TOKEN'