v1
latestOpenAPI 3.0.32026-07-13353343.5 KBEvs
Start or stop charging an electric vehicle. Please contact us to request early access.
Description
Returns the current charge status of an electric vehicle.
Permission
read_charge
Response body
| Name | Type | Boolean |
|---|---|---|
| isPluggedIn | boolean | Indicates whether a charging cable is currently plugged into the vehicle’s charge port. |
| state | string | Indicates whether the vehicle is currently charging. Options: CHARGING FULLY_CHARGED NOT_CHARGING |
post/vehicles/{vehicle_id}/charge
Request body
Example request
{
"action": "START"
}Response
return Success Response
Example response
{
"status": "SUCCESS"
}