Gets the tracking ID associated with an aliasget deprecatedhttps://tracking.hereapi.com/aliases/v2/{trackingId}Gets the trackingId associated with an alias.Path ParamstrackingIdstringrequiredlength between 1 and 50This is a unique ID associated with the device data in HERE Tracking. The trackingId gets assigned to a device when the device is claimed by a user. Alternatively, a valid shipmentId may be used.Query ParamspageTokenstringA token from the previously returned response to retrieve the specified page.countinteger1 to 100Defaults to 100The number of items to return per page.typestringlength between 1 and 50An alias typeappIdstringlength ≥ 8Application identifier. Used together with an external ID to identify a virtual device.HeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 200Successful The aliases were successfully retrieved. 400Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body. 401Unauthorized The request did not provide correct authentication details 403Forbidden The account does not have the correct privileges 404Not Found The specified resource was not foundUpdated 2 months ago