curl "https://api.smartcar.com/v2.0/vehicles/{id}/charge" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "isPluggedIn": true, "state": "FULLY_CHARGED" }
Returns the charge status for the vehicle.
read_charge
FULLY_CHARGED
1
Show states
Was this page helpful?