GET
/
vehicles
/
{id}
/
engine
/
oil
curl "https://api.smartcar.com/v2.0/vehicles/{id}/engine/oil" \
    -H "Authorization: Bearer {token}" \
    -X "GET"
{
  "lifeRemaining": 0.35
}

Permission

read_engine_oil

Request

Path

id
string
required

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

Response

lifeRemaining
number

The engine oil’s remaining life span based on the current quality of the oil as a percentage. 1 indicates the oil was changed recently and 0 indicates the oil should be changed immediately. It is not a representation of how much oil is left in the vehicle.