Tesla
Charge Schedule
Returns the charging schedule of a vehicle. The response contains the start time and departure time of the vehicle’s charging schedule.
GET
/
vehicles
/
{id}
/
{make}
/
charge
/
schedule
This endpoint is currently available for tesla
Permission
read_charge
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
departureTime
object
The departure time configuration for the charging schedule.
startTime
object
The start time configuration for the charging schedule.
Was this page helpful?