Tire pressure

GET https://api.smartcar.com/v2.0/vehicles/{{vehicle_id}}/tires/pressure

Description

Returns the air pressure of each of the vehicle’s tires. Permission

read_tires

Example Response

NameTypeDescription
frontLeftnumberThe current air pressure of the front left tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
frontRightnumberThe current air pressure of the front right tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
backLeftnumberThe current air pressure of the back left tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
backRightnumberThe current air pressure of the back right tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).