Tesla
Set PIN to Drive
Enables this feature on the vehicle and sets the PIN needed in order to drive it.
POST
/
vehicles
/
{id}
/
{make}
/
pin
This endpoint is currently available for tesla
Permission
control_pin
Request
Path
The vehicle ID of the vehicle you are making a request to.
Body
A four digit numeric PIN
Response
If the request is successful, Smartcar will return “success”.
If the request is successful, Smartcar will return a message.
Notes
- Calling this endpoint will override an existing PIN on the vehicle.
- Call
DELETE
PIN to Drive in order to enable this feature and set the PIN - Currently both owner and driver account types can set a PIN for the vehicle and enable the feature via the API.
- Only account owners can disable this feature from the Tesla app.
Was this page helpful?