v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Metadata

Gets metadata of a device or a shipment

Gets metadata of a device or a shipment identified by the trackingId or the shipmentId.

get/metadata/v2/devices/{trackingId}

Response

Successful

The metadata was successfully retrieved.

dataobject required

Metadata JSON object

idstring 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

{
  "data": {
    "priority": "high"
  }
}