v1
latestOpenAPI 3.1.02026-08-06230114.0 KBSearch Trips
Query parameters
IMEI for the vehicle to retrieve trips for
IMEI for the vehicle to retrieve trips for
Unique Trip Identifier
Unique Trip Identifier
One of: polyline or geojson
One of: polyline or geojson
Will match trips with a starting time after this parameter. The window between starts-after and ends-before must be no longer than a week. If not provided, the last week will be used by default. The earliest supported date is 2020-05-21.
Will match trips with a starting time after this parameter. The window between starts-after and ends-before must be no longer than a week. If not provided, the last week will be used by default. The earliest supported date is 2020-05-21.
Will match trips with an ending time before this parameter. The earliest supported date is 2020-05-21.
Will match trips with an ending time before this parameter. The earliest supported date is 2020-05-21.
Headers
User access token
User access token
Response
Returns an array of trips matching given criteria
Example response
[
{
"transactionId": "123456789012345-1735920000-202501",
"hardBrakingCount": 2,
"hardAccelerationCount": 1,
"distance": 12.5,
"gps": "_p~iF~ps|U_ulLnnqC_mqN",
"startTime": "2026-01-01T010:01:00.000Z",
"endTime": "2026-01-01T10:32:00.000Z",
"startOdometer": 45678.9,
"endOdometer": 45691.4,
"averageSpeed": 35.5,
"maxSpeed": 65,
"fuelConsumed": 0.8,
"timeZone": "America/Chicago",
"totalIdleDuration": 300,
"imei": "123456789012345"
}
]