GET
/
vehicles
/
{id}
/
{make}
/
charge
/
voltmeter
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/voltmeter" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "voltage": 240
}

This endpoint is currently available for cadillac and chevrolet.

Permission

read_charge

Request

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

voltage
number

The potential difference measured by the vehicle in volts (V).