GET
/
vehicles
/
{id}
/
security

Permission

read_security

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

Response

isLocked
bool

Indicates the current lock status of the vehicle as reported by the OEM.

doors
[object]

An array of the open status of the vehicle’s doors.

windows
[object]

An array of the open status of the vehicle’s windows.

sunroof
[object]

An array of the open status of the vehicle’s sunroofs.

storage
[object]

An array of the open status of the vehicle’s storages. For internal combustion and plug-in hybrid vehicles front refers to the engine hood. For battery vehicles, this will be the front trunk.

chargingPort
[object]

An array of the open status of the vehicle’s charging port.

Notes

  • The open status array(s) will be empty if a vehicle has partial support.
  • The request will error if lockStatus can not be retrieved from the vehicle or the brand is not supported.