This endpoint allows you to track a parcel by providing the tracking number.
tracking_number (string): The tracking number of the parcel.status (boolean): Indicates if the request was successful.
message (string): A message related to the request.
data (object): Contains information about the parcel and its journey.
pickup_origin (object): Details about the origin of the parcel pickup.
city (string): City of origin.
region (object): Geographic coordinates of the origin region.
contacts (object): Contact information for the origin pickup.
state_code (string): Code for the origin state.
country_code (string): Code for the origin country.
destinations (array): Array of destination objects containing details about the parcel’s journey.
lat (number): Latitude of the destination.
lng (number): Longitude of the destination.
city (string): City of the destination.
ward (string): Ward of the destination.
local (string): Local information of the destination.
price (object): Details about the price and discount for the destination.
state (string): State of the destination.
region (object): Geographic coordinates of the destination region.
country (string): Country of the destination.
contacts (object): Contact information for the destination.
state_code (string): Code for the destination state.
postal_code (string): Postal code of the destination.
country_code (string): Code for the destination country.
neighborhood (string): Neighborhood of the destination.
formattedAddress (string): Formatted address of the destination.
tracking_number (string): The tracking number of the parcel.
status (string): Status of the parcel.
total_amount (string): Total amount related to the parcel.
total_discount_amount (string): Total discount amount related to the parcel.
total_amount_payable (string): Total amount payable for the parcel.
discount_type (string): Type of discount applied.
discount_description (string): Description of the discount.
ref (string): Reference related to the parcel.
created_at (string): Date and time of creation.
updated_at (string): Date and time of last update.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"202410082201832"