HyperTrackDocs
Devices API

Get live location and status of a device

Retrieve the live location and status of a single device.

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

GET /devices/{device_id}

This endpoint retrieves the live location and status of a device. It is recommended to use webhooks for streaming live location updates and avoid repeated calls to this API.

Path parameters

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

Response

Returns 200 with the live location and status of the device.