GET
/
vehicles
/
{id}
/
{make}
/
charge
/
completion
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/completion" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "time": "2022-01-13T22:52:55.358Z"
}

This endpoint is currently available for tesla.

Permission

read_charge

Request

id
string
required

vehicle_id of the vehicle you are making the request to.

make
string
required

The 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.