GET

/v2.0/vehicles/{id}/{make}/charge/wattmeter

This endpoint is currently available for TESLA

Permission

read_charge

Request

Path

idrequired
string

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

makerequired
string

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

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

Response

wattage
number

The instant power measured by the vehicle (in kilowatts).

{
  "wattage": 3.5
}