Remote Commands
sends remote commands to vehicle
Remote commands for vehicle. Available commands are START, remote start CANCEL, UNLOCK, LOCK, or HORNS & LIGHTS
post/v1/{vin}/remote
Path parameters
vinstring required
Vehicle Identification Number
Request body
Example request
{
"command": "START",
"pin": 1234
}Response
Command successfully sent to service delivery platform
Example response
{
"vin": "3D7UT2CL0BG625027",
"command": "START",
"result": "COMMAND SENT"
}