Vehicle Endpoints
Charge Status
Returns the charge status for the vehicle.
GET
/
vehicles
/
{id}
/
charge
Permission
read_charge
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
Response
isPluggedIn
bool
Indicates whether a charging cable is currently plugged into the vehicle’s charge port.
state
string
Returns the current charge status of a vehicle. A vehicle can be FULLY_CHARGED
at less than 100% SoC if its Charge Limit is less than 1
.
Was this page helpful?