v1
latestOpenAPI 3.0.32026-07-13353343.5 KBVehicles
Lock/Unlock Vehicle
Description
Unlock the vehicle
Permission
control_security
Response body
| Name | Type | Boolean |
|---|---|---|
| status | string | If the request is successful, Smartcar will return “success” (HTTP 200 status). |
post/vehicles/{vehicle_id}/security
Request body
Example request
{
"action": "UNLOCK"
}Response
return Compatibility
Example response
{
"status": "SUCCESS"
}