Skip to main content
GET
Retrieves the current status and optional history for a single parcel.

Path Parameters

string
required
The tracking number to look up (10-30 characters).

Query Parameters

boolean
default:"false"
Set to true to include the full tracking history.

Response

string
The tracking number
string
Current status code (e.g., IN_TRANSIT)
string
Human-readable status name
string
Estimated delivery date (ISO 8601)
array
Tracking history events (if includeHistory=true)

Status Codes