get https://services.azuga.com/azuga-ws-oauth/v3/trackme/alive/
This API helps you to check the status of a TrackMe link. You need to pass Azuga customerID & unique identifier(token) of the TrackMe link as a path parameters.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/trackme/alive/1059/H2MKFJIES
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 |
alive | True/False values define if the URL is active or expired | Boolean |
startLat | Latitude coordinate of the source location | Double |
startLng | Longitude coordinate of the source location | Double |
destLat | Latitude coordinate of the destination location | Double |
destLng | Longitude coordinate of the destination location | Double |
error | Error description - if any | List |