Retrieve a list of vehicles that have not undergone tire pressure inspection since a specified timestamp, or have never been inspected. Results are sorted by inspection date in ascending order (oldest first). Optionally include the vehicle’s last known GPS location. This endpoint helps identify vehicles that require pressure inspection attention.
Authorization header containing a Bearer token of the form Bearer [token], where [token] is a JWT used to authorize the request
Group identifier (alphanumeric). Use this to retrieve data for all vehicles within a specific group.
There are generally two types of API clients:
groupId when accessing the API;customerId.Includes only vehicles whose last inspection (pressureEventDate in the response) occurred before the specified timestamp, or that have never been inspected. Results are sorted in ascending order by inspection date (oldest first). Format: YYYY-MM-DDThh:mm:ss.sssZ.
"2025-07-01T00:00:00.000Z"
Whether to include the vehicle's last known GPS location in the response. Defaults to false.
️ Setting this to true may require additional backend resources to retrieve and enrich location data (e.g., GPS timestamp, optional POI information). If not strictly needed, it is recommended to leave this flag unset or set to false to improve response time and performance.
Specifies the pagination page index. Pages are zero indexed, i.e. the first page has an index value of zero..
x >= 0Specifies the number of items to include on a page. Must be specified if pageIndex has been specified.
x >= 1200 response. List of vehicles whose pressure has not been inspected since a specified timestamp.
The current page index (zero-based).
0
The number of items per page.
25
The total number of pages available.
10
The total number of items available.
250
The number of items returned in the current response.
25
Indicates if there is a next page available.