GET

/v2.0/vehicles/{id}/{make}/climate/cabin

This endpoint is currently available for TESLA

Permission

read_climate

Request

Path

idrequired
string

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

makerequired
string

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

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

Response

status
string

The current state of the climate cabin system.

temperature
number

The target temperature setting of the vehicle when the climate system is on (in Celsius by default or in Fahrenheit using the sc-unit-system).

{
  "status": "ON",
  "temperature": 20
}