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

Actions

Action Name Description Invocation URL
Add Label Alias Add LabelAlias to a Fastway Label. /v6/tracktrace/addlabelalias
Batch Proof of Delivery Perform a batch Proof of Delivery lookup on the specified label numbers. This method literally calls /tt/pod on all the supplied label numbers and puts them in an array. /v6/tracktrace/masspod
Batch Tracking Events Performs a batch Track/Trace lookup on the specified label numbers. Note: A maximum of 100 at a time can be looked up or an error will occur. When looking up more than 10 labels you must use a POST request. /v6/tracktrace/massdetail
Calling Card lookup Given a Calling Card number it will return any associated Fastway label numbers /v6/tracktrace/ccllookup
Country Website Redirect Redirects user to the correct Fastway public track and trace website based on the CountryCode /v6/tracktrace/redirect
Get Carriers View the list of external carriers who links with fastway. /v6/tracktrace/getcarriers
Get label distribution Returns Fastway label distribution data /v6/tracktrace/getlabeldistribution
Has Scans Check if the LabelNumber has any scan events. /v6/tracktrace/hasscans
List Scan Status Codes List the scan status codes for the specified country. Result includes Status Code, Short Description and Extended Description. /v6/tracktrace/liststatuscodes
Proof of Delivery Perform a Proof of Delivery check on the supplied label number. This will check for the existance of a Delivery scan, and return the delivery information if it is available. /v6/tracktrace/pod
Register Label for Push Notification Registers a label number for push notifications /v6/tracktrace/pushnotification_register
Render HTML Template Render the result of a track/trace query as HTML /v6/tracktrace/render
Subscribe Email Subscribe to get email notifications for a Label /v6/tracktrace/subscribeemail
Temando RequestID lookup Looks up Fastway label numbers for a given Temando requestID. /v6/tracktrace/temandolookup
Tracking Events Do a Track/Trace lookup on the specified LabelNumber. /v6/tracktrace/detail
Unsubscribe Email Unsubscribe an email address from receiving notifications for a Label /v6/tracktrace/unsubscribeemail

Back to Index