v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Aliases

Gets the tracking ID associated with an alias

Gets the trackingId associated with an alias.

get/aliases/v2/trackingId

Response

Successful

The trackingId was successfully retrieved.

appIdstring

Virtual device application ID, only present when the device is virtual

externalIdstring

Virtual device external ID, only present when the device is virtual

trackingIdstring required

This is a unique ID associated with the device data in HERE Tracking. For physical devices the trackingId gets assigned to a device when the device is claimed by a user, and for virtual devices it is an external device ID along with the device project appId. Alternatively, a valid shipmentId may be used.

Example response

{
  "trackingId": "HERE-6da0f871-b4eb-4800-90e6-4bae86a788d6"
}