GET
/
{vin}
/
location
Get Location
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Response

200 - application/json

Success

The response is of type object.