v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
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"
}