{"@context": "https://schema.org", "@type": "WebAPI", "name": "HERE Tracking API", "description": "HERE Tracking is a cloud product designed to address location tracking problems for a wide range of Location IoT industry verticals. HERE Tracking also includes end-user mobile and web applications that can be used to demonstrate the product.", "provider": {"@type": "Organization", "name": "here.com"}, "documentation": "https://developer.here.com/documentation/tracking/swagger/swagger.json"}
Index / APIs / here.com

HERE Tracking API

HERE Tracking is a cloud product designed to address location tracking problems for a wide range of Location IoT industry verticals. HERE Tracking also includes end-user mobile and web applications that can be used to demonstrate the product.

Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.

Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.

base URLs: https://tracking.api.here.com https://positioning.hereapi.com/v2 https://az.positioning.hereapi.com/v2

auth: b e a r ,

find it by capability: POST /search {"query":{"text":"..."}} returns these operations with their invocation detail. Connect any agent client.

HERE Tracking v2.1.191

HERE Tracking is a cloud product designed to address location tracking problems for a wide range of Location IoT industry verticals. HERE Tracking also includes end-user mobile and web applications that can be used to demonstrate the product.

methodpathwhat the vendor says it does
GET/aliases/v2Gets all aliases Gets all aliases of a project. If `type` query parameter is provided, the response will cont
GET/aliases/v2/healthGets service health Aliases
GET/aliases/v2/trackingIdGets the tracking ID associated with an alias Gets the `trackingId` associated with an alias. Aliases
GET/aliases/v2/versionGets service version Aliases
GET/aliases/v2/{trackingId}Gets all aliases of a device Gets all aliases of a device identified by the `trackingId`. If the request is s
DELETE/aliases/v2/{trackingId}Deletes all aliases of a device Deletes all aliases of a device identified by the `trackingId`. Note that one
PUT/aliases/v2/{trackingId}/batchCreates multiple aliases for a device Creates a set of aliases for a device identified by the `trackingId`. A
GET/aliases/v2/{trackingId}/{type}Gets all aliases of a specified type for a device Gets all aliases of a specified type for a device identified
DELETE/aliases/v2/{trackingId}/{type}Deletes all aliases of a specified type for a device Deletes all aliases of a specified type for a device iden
PUT/aliases/v2/{trackingId}/{type}/{externalId}Creates an alias Creates an alias for the `trackingId`. An alias must be unique within a project. Aliases
DELETE/aliases/v2/{trackingId}/{type}/{externalId}Deletes an alias Deletes the specified alias. Aliases
PUT/associations/v3/devices/batchUpdateUpdates rules associations for devices Updates rules associated with devices. Associations
POST/associations/v3/devices/{trackingId}/batchCreateAssociates rules with a device Associates rules with the device `trackingId`. Associations
POST/associations/v3/devices/{trackingId}/batchDeleteDisassociates rules from a device Disassociates rules from the device identified by `trackingId`. Associations
GET/associations/v3/geofences/{geofenceId}Gets all devices associated with a geofence Gets all devices associated with the geofence `geofenceId`. Associ
GET/associations/v3/healthGets service health Associations
GET/associations/v3/rules/{ruleId}Gets all devices associated with a rule Gets all devices associated with the rule `ruleId`. Associations
GET/associations/v3/sensors/{sensorRuleId}Gets all devices associated with a sensor rule Gets all devices associated with the sensor rule `sensorRuleId`
GET/associations/v3/versionGets service version Associations
GET/associations/v3/{trackingId}/geofencesGets geofences associated with a device Gets a list of geofences associated with the device `trackingId`. Asso
PUT/associations/v3/{trackingId}/geofences/{geofenceId}Associates a device to a geofence Associates the device with `trackingId` to the geofence with `geofenceId`. W
DELETE/associations/v3/{trackingId}/geofences/{geofenceId}Disassociates a device and a geofence Deletes an association between the geofence `geofenceId` and the device
GET/associations/v3/{trackingId}/rulesGets rules associated with a device Gets a list of rules associated with the device `trackingId`. Associations
PUT/associations/v3/{trackingId}/rules/{ruleId}Associates a device to a rule Associates the device with `trackingId` to the rule with `ruleId`. Whenever the
DELETE/associations/v3/{trackingId}/rules/{ruleId}Disassociates a device and a rule Deletes an association between the rule `ruleId` and the device `trackingId`
GET/associations/v3/{trackingId}/sensorsGets sensor rules associated with a device Gets a list of sensor rules associated with the device `trackingId`
PUT/associations/v3/{trackingId}/sensors/{sensorRuleId}Associates a device with a sensor rule Associates the device with `trackingId` to the sensor rule with `sensor
DELETE/associations/v3/{trackingId}/sensors/{sensorRuleId}Disassociates a device and a sensor rule Deletes the association between the sensor rule `sensorRuleId` and th
GET/bulkjobs/v4/deviceUploadsGets the bulk upload job IDs for a project Gets the bulk upload job IDs for a project. The jobs and their resu
POST/bulkjobs/v4/deviceUploadsStarts bulk upload Starts bulk upload process Bulk jobs
PATCH/bulkjobs/v4/deviceUploads/{jobId}Updates bulk upload job status Updates bulk upload status. In case current status is pending or ongoing, user
GET/bulkjobs/v4/deviceUploads/{jobId}/resultsGets bulk upload results Gets bulk upload results Bulk jobs
GET/bulkjobs/v4/deviceUploads/{jobId}/statusGets bulk upload status Gets bulk upload status and progress Bulk jobs
GET/bulkjobs/v4/healthGets service health Bulk jobs
GET/bulkjobs/v4/versionGets service version Bulk jobs
POST/c2c/v4/callbackReceives external device update reports External clouds can call this endpoint through their callback mechanis
GET/c2c/v4/connectorsGets a list of connectors Gets a list of cloud-to-cloud connectors for the project `projectId`. C2C
POST/c2c/v4/connectorsCreates a connector Registers a cloud-to-cloud connector between the HERE Tracking project `projectId` and an
GET/c2c/v4/connectors/ext-devices/{externalDeviceId}Gets connector identifiers for an external device Gets identifiers for connectors to which an external device
GET/c2c/v4/connectors/{connectorId}Gets a connector info Gets connector info for the connector `connectorId`. C2C

and 160 more operation(s) in this specification, all searchable.

specification origin: https://developer.here.com/documentation/tracking/swagger/swagger.json

HERE Network Positioning API v2 v2.1.1

Positioning API accepts requests with radio network measurements and replies with corresponding location estimate. For more details and examples, see [Developer's Guide](https://developer.here.com/documentation/positioning). Cellular measurements are given in terms defined in 3GPP and 3GGP2 specifications, see the corresponsing documentation at http://www.3gpp.org. Breaking changes from v1: - J

methodpathwhat the vendor says it does
GET/healthService health Tests basic health of the service API Information
POST/locateLocation query Request WGS-84 compliant geocoordinates for a location based on 2G/3G/4G cell and/or WLAN measu
GET/versionAPI version Retrieves API Specification version information API Information

specification origin: https://developer.here.com/documentation/positioning-api/swagger/positioning-v2-external-s

nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.