GET
/
vehicles
/
{id}
/
charge
/
limit
curl "https://api.smartcar.com/v2.0/vehicles/{id}/charge/limit" \
    -H "Authorization: Bearer {token}" \
    -X "GET"
{
    "limit": 0.8,
}

Permission

read_charge

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

Response

limit
number

The level at which the vehicle will stop charging and be considered fully charged as a percentage.

Notes

This endpoint will return a CHARGING_PLUG_NOT_CONNECTED error if the OEM is unable to provide a charge limit unless the vehicle is plugged in.

Ford and Lincoln
If a vehicle starts charing as a result of a start charge request, this endpoint will always return 1 if the charging location has a schedule in place.

For the vehicle to respect it’s charge limit, please set one along with preferred charge times or clear the schedule through through the charge schedule by location endpoint.

BMW and MINI
Vehicle needs to be on OS Version 8+