GET
/
vehicles
/
{is}
/
{make}
/
climate
/
defroster
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/climate/defroster" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "frontStatus": "ON",
  "rearStatus": "OFF"
}

This endpoint is currently available for tesla

Permission

read_climate

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

frontStatus
string

The current state of the front defroster.

rearStatus
string

The current state of the rear defroster.