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

commandstring required
pininteger required

Example request

{
  "command": "START",
  "pin": 1234
}

Response

Command successfully sent to service delivery platform

vinstring
commandstring
resultstring

Example response

{
  "vin": "3D7UT2CL0BG625027",
  "command": "START",
  "result": "COMMAND SENT"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.