curl "https://api.smartcar.com/v2.0/vehicles/{id}/tires/pressure" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "backLeft": 219.3, "backRight": 219.3, "frontLeft": 219.3, "frontRight": 219.3 }
Returns the air pressure of each of the vehicle’s tires.
read_tires
Was this page helpful?