HyperTrackDocs
Devices API

Get location history of device within a time range

Retrieve the location history of a device within a specific time range.

The Devices API is deprecated. New integrations should use the Workers API instead.

GET /devices/{device_id}/history

This endpoint retrieves the location history of a device within a specific time range.

Path parameters

NameTypeDescription
device_idstringA string representing the ID of a tracked device, case sensitive.

Query parameters

NameTypeDescription
fromstring (date-time)ISO 8601 timestamp indicating the start of the time range. Required.
tostring (date-time)ISO 8601 timestamp indicating the end of the time range. Required.

Response

Returns 200 with the location history of the device.