curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/pin" \ -H "Authorization: Bearer {token}" \ -X "POST" \ -H "Content-Type: application/json" \ -d '{"pin" : "1234"}'
{ "message": "Successfully sent request to vehicle", "status": "success" }
Enables this feature on the vehicle and sets the PIN needed in order to drive it.
tesla
control_pin
DELETE
Was this page helpful?