Gets the list of vehicles under the currently logged in user (user or API key based). Response size is unbounded — for large fleets this may return hundreds of records. Pagination will be added in a future release.
JWT Bearer token obtained from POST /api/authentication/token/user or POST /api/authentication/token/api-key.
Lifetime: ~24 hours (86,399 seconds). Cache the token and reuse it. Re-authenticate 5 minutes before expiry.
Scoping:
No refresh endpoint — re-authenticate with your credentials when the token expires.
Standard and must keep as it is.
Bearer your_token
Successful response with list of vehicles and their last known positions.
Time in UTC
"2024-01-15T10:30:00Z"
Time in user timezone
"2024-01-15T12:30:00+02:00"
Time in user time format
"15/01/2024 12:30:00"
Latitude
40.7128
Longitude
-74.006
Unit: km/h. Current vehicle speed.
65.5
Direction, degrees (N - 0, E - 90, S - 180, W - 270)
90
Ignition status
true
Unit: km. Total distance travelled (odometer reading).
125000.5
Unit: V (volts). Vehicle battery voltage.
12.6
Fatigue time
"PT2H30M"
Unit: hours (decimal). Cumulative engine-on time. This is a plain number, not an ISO 8601 duration.
"PT150H45M"
Satellite signal status
"Good"
Number of satellites
8
Connection strength status
0 <= x <= 25585
Vehicle ID
12345
Unit: seconds. Elapsed time since ignition turned on (trip duration).
3600.5
Name of the vehicle
"Fleet Vehicle 001"
IMEI of the tracker
"123456789012345"
VIN of the vehicle
"1HGBH41JXMN109186"
Time when vehicle started to move, UTC
"2024-01-15T08:00:00Z"
Time when vehicle started to move, user timezone
"2024-01-15T10:00:00+02:00"
Time when vehicle stopped, UTC
"2024-01-15T16:00:00Z"
Time when vehicle stopped, user timezone
"2024-01-15T18:00:00+02:00"
Time when vehicle stopped, user timezone and formatted
"15/01/2024 18:00:00"
Driving time within the trip
"2024-01-15T14:30:00Z"
Driver name if any
"John Smith"
Fuel level, %
0 <= x <= 10075
DTC code
"P0301"
Is the door locked (Deprecated)
true
Address of the vehicle
"123 Main St, New York, NY 10001"
Whether the engine is enabled
true
Unit: seconds. Server-side time taken to process this request. Note: This field uses camelCase (intentional) while most other fields use PascalCase.
0.125
UTC timestamp when this request was received by the server. Note: This field uses camelCase (intentional) while most other fields use PascalCase.
"2024-01-15T10:30:00Z"
UTC timestamp when this request completed. Note: This field uses camelCase (intentional) while most other fields use PascalCase.
"2024-01-15T10:30:01Z"