Vehicle Endpoints
Tire Pressure
Returns the air pressure of each of the vehicle’s tires.
GET
/
vehicles
/
{id}
/
tires
/
pressure
Permission
read_tires
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
Response
frontLeft
number
default: "kilopascals"The current air pressure of the front left tire.
frontRight
number
default: "kilopascals"The current air pressure of the front right tire.
backLeft
number
default: "kilopascals"The current air pressure of the back left tire.
backRight
number
default: "kilopascals"The current air pressure of the back right tire.
Was this page helpful?