Retrieving the Security Hash
The URL of the Order Status page generated by the parcelLab system contains a parameter with a security hash. This allows our system to detect that the viewer of the page is in fact the recipient.
Get Security Hash
Details of how the tracking-securityhash
endpoint can be used to retrieve the security hash for a tracking in the parcelLab system are described below.
Alternative Request Patterns
The request in the previous section shows the recommended access pattern via the &orderNo=
parameter.
The following request patterns are also supported:
&courier=&trackingNo=
using thecourier
andtracking_number
fields provided when creating the tracking.&xid=
using thexid
field provided when creating the tracking.&tid=
using the parcelLab internal tracking ID, retrieved from/search
for example.
Using the Security Hash
To use the security hash, append it to the URL of any website running our tracking plugin as &s=<securityHash>
. For more information on the plugin, please refer to the documentation on parcelLab's Order Status page.
Last updated
Was this helpful?