Search

Find pages and endpoints

Vehicles
GET /v2/latest-vehicle-status

Latest Vehicle Status

Returns the most recent location and motion status for one or all vehicles.

Query parameters

Parameter Type Default Description
vehicle_id UUID optional Filter to one vehicle. Omit for all.
limit integer optional 100 Records per page
page integer optional 1 Page number

Response fields

Field Type Description
odometer string Odometer reading (miles)
speed integer Current speed (mph)
lat / lon string Latitude / Longitude
status string IN_MOTION, STATIONARY, or OFFLINE
timestamp string Time of reading (UTC, ISO-8601)