GET
/
vehicles
/
{id}
/
{make}
/
thermometer
/
exterior
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/thermometer/exterior" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "temperature": 33.42
}

This endpoint is currently available for tesla

Permission

read_thermometer

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

make
string
required

The make of the vehicle you are making a request to.

Response

temperature
number
default: "celsius"

The current exterior temperature of the vehicle.