Unlock Vehicle
POST https://api.smartcar.com/v2.0/vehicles/{{vehicle_id}}/security
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). |
Request Body
{"action"=>"UNLOCK"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |