Authentication
A login token is required to use the Click & Access feature.
Such a token can be acquired by utilizing the following GET request.
URL Structure is:
https://manager.trackunit.com/GetLoginToken.ashx?userName={USER_NAME}&password={PASSWORD}
Name | Description |
---|---|
| Your valid username for Trackunit Manager. |
| Your password for Trackunit Manager. |
Parameters {USER_NAME}
and {PASSWORD}
must specify valid credentials (also not expired).
Code | Description |
---|---|
| If successful, HTTP status code 200 is returned, and a login token returned in the response stream (as plain text string). |
The token has a lifetime of 2 minutes. This means that the token must be used no later than 2 minutes after obtaining it. The token is valid for 24 hours.
Protocol
To use the Click & Access feature, you must use your login token (see section General) with the following URL format:
https://manager.trackunit.com/Open.ashx?token=TOKEN&language={LANGUAGE}{OTHER_PARAMETERS}
Supported parameters
Supported parameters are:
Name | Description |
---|---|
| Sets the FMS language. |
| Sets the actual tab. Set to Map, when tracking single unit. |
| Set to trackUnit, when tracking a single unit. |
| Serial number of unit to show (map level zoomed to fit). |
Supported language codes
Supported language codes are:
Name | Description |
---|---|
| Arabic (UAE) |
| Czech |
| Danish |
| German |
| English (Great Britain) |
| English (USA) |
| Spanish |
| Finnish |
| French |
| Hungarian |
| Italian (Italy) |
| Dutch |
| Norwegian |
| Polish |
| Romanian |
| Russian |
| Slovak |
| Swedish |
| Portuguese (Brazilian) |
| Thai |
Example
Example of URL with specific parameters:
https://manager.trackunit.com/Open.ashx?token=f2babbac598d47d6b99ba70c000002db&language=en-GB&tab=map&action=trackUnit&unit=998877
Updated less than a minute ago