Skip to main content
GET
Get Tire Pressure

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Query Parameters

pressure_format
enum<string>
default:bar

The pressure unit.

Available options:
bar,
kpa,
psi
Example:

"psi"

from
number

The start of the timeframe. Unix timestamp in seconds.

to
number

The end of the timeframe. Unix timestamp in seconds.

Response

200 - application/json

Success

front_left
number
front_right
number
rear_left
number
rear_right
number
front_left_status
enum<string>
Available options:
unknown,
low,
normal
front_right_status
enum<string>
Available options:
unknown,
low,
normal
rear_left_status
enum<string>
Available options:
unknown,
low,
normal
rear_right_status
enum<string>
Available options:
unknown,
low,
normal
timestamp
integer