v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Evs

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

NameTypeBoolean
isPluggedInbooleanIndicates whether a charging cable is currently plugged into the vehicle’s charge port.
statestringIndicates whether the vehicle is currently charging. Options: CHARGING FULLY_CHARGED NOT_CHARGING
post/vehicles/{vehicle_id}/charge

Request body

action'START' | 'STOP'

Example request

{
  "action": "START"
}

Response

return Success Response

status'SUCCESS' | 'FAILED'
messagestring nullable

Example response

{
  "status": "SUCCESS"
}