GET
/
vehicles
/
{id}
/
{make}
/
virtual_key

This endpoint is currently available for tesla

Permission

read_vehicle_info

Request

Path

id
string
required

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

make
string
required

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

Response

isPaired
boolean

Returns true if the vehicle has the appropriate Virtual Key installed. See Tesla - What’s New for more details on Tesla’s virtual key requirements.

Notes