GET
/
vehicles
/
{id}
/
charge
curl "https://api.smartcar.com/v2.0/vehicles/{id}/charge" \
    -H "Authorization: Bearer {token}" \
    -X "GET"
{
    "isPluggedIn": true,
    "state": "FULLY_CHARGED"
}

Permission

read_charge

Request

Path

id
string
required

The 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.