This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/tracktrace/getlabeldistribution

Descripton:

Provide a label number and you will be informed which Fastway branch the label was sold to

Parameters:

labelno - Label number to receive updates for (required)
countrycode - Countrycode where the label was used (required)

Returns:

{
result: {
    LabelNumber: '1A0000966182',
    DistributedRFCode: 'AUK',
    DistributedRFName: 'Auckland '
},
generated_in: '23ms'
}

Example:

https://nz.api.fastway.org/v2/tracktrace/getlabeldistribution/1A0000966182/6?api_key=YOUR_API_KEY

Back to Track and Trace