Documentation Index
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint is currently available for tesla
Permission
read_climate
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/climate/defroster" \
-H "Authorization: Bearer {token}" \
-X "GET"
Request
Path
The vehicle ID of the vehicle you are making a request to.
The make of the vehicle you are making a request to.
Response
The current state of the front defroster.
The current state of the rear defroster.
{
"frontStatus": "ON",
"rearStatus": "OFF"
}