curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/schedule" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "departureTime": { "enabled": false, "time": null }, "startTime": { "enabled": true, "time": "18:30" } }
Returns the charging schedule of a vehicle. The response contains the start time and departure time of the vehicle’s charging schedule.
tesla
read_charge
Show departureTime
departureTime
Show startTime
Was this page helpful?