Here Tracking
Connector for the here-tracking API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://tracking.api.here.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_aliases_v2— GET /aliases/v2 — Gets all aliasesget_aliases_v2_health— GET /aliases/v2/health — Gets service healthget_aliases_v2_trackingid— GET /aliases/v2/trackingId — Gets the tracking ID associated with an aliasget_aliases_v2_version— GET /aliases/v2/version — Gets service versionget_aliases_v2_trackingid_type— GET /aliases/v2/{trackingId}/{type} — Gets all aliases of a specified type for a deviceget_associations_v3_geofences_geofenceid— GET /associations/v3/geofences/{geofenceId} — Gets all devices associated with a geofence
Inputs
apiKey— your here-tracking API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_aliases_v2
apiKey: <your key>