cURL
curl --request GET \ --url https://api.tessie.com/{vin}/location \ --header 'Authorization: Bearer <token>'
{ "latitude": 37.4929681, "longitude": -121.9453489, "address": "45500 Fremont Blvd, Fremont, California 94538, United States", "saved_location": "Work" }
Returns the coordinates, street address and associated saved location of a vehicle.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Success
The response is of type object.
object