get https://services.azuga.com/azuga-ws-oauth/v3/trackme/links
This API helps you to get the details of all the active TrackMe links configured in your account.
Sample Request
API Response Explanation
| Field | Description | Data Type |
|---|---|---|
| generatedAtInMillis | Time at which the API returns the result. The time is in milliseconds. | Long |
| shortURL | The shorted TrackMe link generated for the vehicle | String |
| token | Unique Id generated for the TrackMe URL | String |
| ttl | The duration of the link before expiry in seconds. | Integer |
| fullName | Full Name of the driver added while creating the TrackMe link. | String |
| recipients | Email addresses of the recipients with whom the link is being shared. | String |
| userId | Driver Id assigned while creating the TrackMe link | String |
| vehicleId | Unique identifier of the vehicle for which the link is generated | String |
| vehicleName | Name of the vehicle for which the link is generated | String |
| error | Error description - if any | List<Error> |
