Use this API to generate a link to view your map location and trip status in real time. You can share this link with anyone within or outside the Azuga community. The recipient of the link can view your trip details and estimated time of arrival at the destination.

Along with creating a link for tracking, this API also generates a unique ID (token) for the TrackMe link.

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/trackme.json

{  
   "latitude":"35.384375",
   "longitude":"-97.221660",
   "destLatitude":"35.392426",
   "destLongitude":"-97.264345",
   "vehicleId":"a3ee7b4d-f016-11e5-8786-ddaf892ed854",
   "userId":"a3f5cd56-f016-11e5-a6c9-6ff214bbb6cc",
   "ttl":600,
   "message":null
}

API Response Explanation

FieldDescription
codeAPI status code
messageAPI Message (Success/Failure)
generatedAtInMillisAPI generation timestamp in UTC
tokenUnique identifier representing the TrackMe link
aliveBoolean to indicate if the TrackMe link is active or not
urlLink to track your location
Language
Authorization
Header
Click Try It! to start a request and see the response here!