HyperTrackDocs
Devices API

Get location history of device

Retrieve the location history of a device for a specific date.

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

GET /devices/{device_id}/history/{date}

This endpoint retrieves the location history of a device for a specific date. Data is available for the last 60 days, excluding today.

Path parameters

NameTypeDescription
device_idstringA string representing the ID of a tracked device, case sensitive.
datestring (date)A specific date in UTC format YYYY-MM-DD.

Query parameters

NameTypeDescription
timezonestringTimezone string to get device history for different timezones (example: Europe/Zaporozhye).

Response

Returns 200 with the location history of the device for the given date.