curl "https://api.smartcar.com/v2.0/vehicles/{id}/security" \ -H "Authorization: Bearer {token}" \ -X "POST" \ -H "Content-Type: application/json" \ -d '{"action": "LOCK"}'
{ "message": "Successfully sent request to vehicle", "status": "success" }
Lock or unlock the vehicle.
control_security
LOCK
UNLOCK
Was this page helpful?