GET
/
vehicles
/
{id}
/
{make}
/
climate
/
steering_wheel
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/climate/steering_wheel" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "status": "ON",
}

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

status
enum

The current state of the steering wheel heater system. UNAVAILABLE indicates the vehicle is not equipped with a steering wheel heater.