v1

latestOpenAPI 3.1.02026-07-24903209.1 KB
Real-time Data

Get Device Tracks

Get current/latest tracking data for a device

get/api/v1/devices/{device_token}/tracks

Path parameters

device_tokenstring required

Query parameters

unitsstring

Unit system: metric (km/h, m) or imperial (mph, ft)

Unit system: metric (km/h, m) or imperial (mph, ft)

timezonestring

Timezone for timestamps (e.g., 'UTC', 'America/New_York')

Timezone for timestamps (e.g., 'UTC', 'America/New_York')

date_formatstring

Date format: unix, iso, or localized

Date format: unix, iso, or localized

Response

Successful Response

device_tokenstring required

UUID of the device

tracksobject required

Track data grouped by TrackToken (UUID)

total_pointsinteger required

Total number of coordinate points

date_rangeobject required

Date range of the data

current_track_tokenstring nullable

Currently active track token

last_updatedstring date-time nullable

Last update timestamp

trip_started_atstring date-time nullable

When current trip started

is_current_trip_onlyboolean

Indicates this contains only current trip data