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

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 interior temperature of the vehicle.