Vehicle Endpoints
Lock & Unlock
Lock or unlock the vehicle.
POST
/
vehicles
/
{id}
/
security
Permission
control_security
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
Body
action
string
requiredLOCK
or UNLOCK
the vehicle’s doors.
Response
status
string
If the request is successful, Smartcar will return “success” (HTTP 200 status).
message
string
If the request is successful, Smartcar will return a message (HTTP 200 status).
Was this page helpful?