get https://api.azuga.com/azuga-ws/v1/trackme/alive//.json
Use this API to get the status of the TrackMe link i.e. if it is active or inactive. This API also returns the coordinates of the start and end locations.
Sample Request
https://api.azuga.com/azuga-ws/v1/trackme/alive/3360/C1JJW59V5.json
API Response Explanation
code | API status code |
message | API message (Success/Failure) |
generatedAtInMillis | API generation timestamp in UTC |
alive | Boolean to indicate if the TrackMe link is active or not |
startLat | Latitude coordinate of the location where tracking started |
startLng | Longitude coordinate of the location where tracking started |
destLat | Latitude coordinate of the destination |
destLng | Longitude coordinate of the destination |