v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Aliases

Gets all aliases of a specified type for a device

Gets all aliases of a specified type for a device identified by the trackingId.

get/aliases/v2/{trackingId}/{type}

Query parameters

pageTokenstring

A token from the previously returned response to retrieve the specified page.

countinteger

The number of items to return per page.

Response

Successful

The aliases were successfully retrieved.

countinteger

The number of items in the response.

pageTokenstring

A token that can be used to retrieve the next page of the response.

dataobject

A map of key-value pairs where the key is the type of the alias and the value is an array of externalIds.

Example response

{
  "data": {
    "cargoId": [
      "123-456"
    ]
  }
}