Decode Tracking Number

This operation decodes a tracking number from a barcode, extracting package details like carrier information, receiver Id, and package type. It supports 2D barcodes.

SecuritybearerAuth
Request
query Parameters
trackingNumber
required
number

The tracking numebr to be decoded.

Example: trackingNumber=PB4OZAWWNPBG
expectedPackage
boolean

Indicates if the decoded asset is part of an expected package. Set to 'true' for expected packages.

Example: expectedPackage=true
editflow
boolean
Responses
200

Successful response containing decoded tracking details and package information.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/packages/tracking/decode
Request samples
Response samples
application/json
{
  • "package": {
    },
  • "decodedCarriers": [
    ]
}