/device
endpoint. This will return a list of devices that you have connected. Optionally, you can filter by the telematics
provider.
id
,
which you can use to get the trips for a particular device, which you will see in the next section.
/device/{device_id}/trip
endpoint. You can filter trips by start time and end time by passing start_time_utc
and end_time_utc
.
id
, which is the unique ID of the trip. This id can be used to request the positions for a
trip, as you will see in the next section.
/trip/{trip_id}/position
endpoint.