Real Time Tracking API - Managed by Tracking Team
Real Time Tracking API (2.0.0)
Overview
Languages
Servers
PROD
https://tracking.bettermile.com/
- PROD
https://tracking.bettermile.com/api/v2/external/parcel/{parcelIdentifier}
- curl
- Java
- JavaScript
- Go
- Python
curl -i -X GET \
https://tracking.bettermile.com/api/v2/external/parcel/10362781851 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "trackingId": "YUTKBBTN", "parcelNumber": "10362781851", "status": { "type": "DELIVERED", "detail": "NORMAL", "deliveredAt": "2022-01-15T14:33:25Z", "address": { … }, "name": null }, "shipperId": "bmw", "jobType": "DELIVERY", "supportedCustomizedDeliveryTypes": [ "DEPOSIT_PERMISSION" ], "customizedDelivery": { "type": "DEPOSIT_PERMISSION", "createdAt": "2022-01-15T14:33:25Z", "location": "Carport", "description": "Hinter der Tonne" }, "fromAddress": { "name": "Max Mustermann" }, "toAddress": { "name": "Max Mustermann", "street": "GLS Germany-Straße", "number": "1-7", "postcode": 36286, "city": "Neuenstein", "country": "DE", "coordinates": { … } } }