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_extended_vehicle_info
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.
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/status" \
-H "Authorization: Bearer {token}" \
-X "GET"
Response
The current status of the vehicle. If the vehicle is asleep, this request will not wake the vehicle.
Indicates if the vehicle is in service mode.
Indicates the current gear shift position.
{
"status": "ASLEEP",
"inService": true,
"gear": "DRIVE"
}