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.
Documentation IndexFetch the complete documentation index at: https://smartcar.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
read_tires
Was this page helpful?