TrackingInfo 


The bpack trackingInfo web service retrieves a bpack parcel by its barcode.
To use the bpack parcel trackingInfo web service, you need to perform an HTTP operation on a URI that is constructed as follows:
URI: https://api.bpost.be/services/trackedmail/item/{item_nb}/trackingInfo where serviceEndpoint is https://api.bpost.be/

The only HTTP operation that is allowed on the bpack trackingInfo URI is GET.

URI
POST PUT GET DELETE
serviceEndPoint/
services/trackedmail/item/{item_nb}/trackinginfo

x

x

V

x

Retrieving bpack trackingInfo information


When you want to retrieve a bpack parcel information, you need to send a request to the server to receive parcel information using the HTTP GET operation on the URI. We will now show you how to send a valid request to retrieve bpack parcel information and what the response of the server will look like.


Client Request


...