Tesla
Charge Completion Time
When the vehicle is charging, returns the date and time when the vehicle is expected to reach its charge limit. When the vehicle is not charging, this endpoint results in a vehicle state error.
GET
/
vehicles
/
{id}
/
{make}
/
charge
/
completion
This endpoint is currently available for tesla
.
Permission
read_charge
Request
id
string
requiredvehicle_id
of the vehicle you are making the request to.
make
string
requiredThe make to pass in the URL.
Response
time
string
An ISO8601 formatted datetime (YYYY-MM-DDTHH:mm:ss.SSSZ
) for the time at which the vehicle expects to complete this charging session.
Was this page helpful?