post https://services.azuga.com/azuga-ws-oauth/v3/v3/trackme/create
The TrackMe feature allows customers to track a vehicle or driver until they reach the destination address specified while creating the link. This link remains valid for a specified period, determined by the requirements of the customer. This document provides an overview of the technical aspects of the feature, including the API used and its functionality.
Sample Request
API Response Explanation
Field | Description | Data Type |
---|---|---|
code | HTTP Status Code | Int |
message | Status Message | String |
generatedAtInMillis | Time at which the API returns the result. The time is in milliseconds. | Long |
token | Unique Id generated for the each TrackMe URL | String |
alive | True/False values define if the URL is active or expired | Boolean |
url | Generated TrackMe URL | String |
error | Error description - if any | List |