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

Descripton:

List the scan status codes for the specified country. Result includes Status Code, Short Description and Extended Description.

Parameters:

CountryCode - The country for which to list the status codes.

Returns:

A data structure like so:

{
    'result': [
        {
            'StatusCode': '1',
            'StatusDescription': 'Calling Card Left',
            'ExtendedDescription': 'Calling Card Left - Delivery was attempted, the receiver was not available'
        }, { ...etc
        }
    ]
}

Example:

Get all the status codes for Australia:
https://nz.api.fastway.org/v2/tracktrace/liststatuscodes/1?api_key=YOUR_API_KEY

Back to Track and Trace