GuidesAPI Reference
Guides

Manage devices and resources with projects

Any user of the HERE Tracking API must be a member of a Tracking project. Projects group devices and other resources to facilitate billing and user management.

Each project has a unique appId and projectId.

Some APIs scope requests to a project. The project is identified by either the project's appId in the request or by the projectId from the project scoped token.

The device license provisioning requests require a project appId to be specified as a part of the request url path.

HERE Platform Tracking projects

Platform Tracking projects are created on the HERE platform portal. See platform project creation instructions in the Get started section.

Platform project members are managed in the platform portal and belong to customer specific HERE platform organizations. Organizations use ID numbers formatted as orgXXXXXXXXX, in which XXXXXXXXX is a customer-specific number.

Platform project authorization is based on project membership and requests for a project are allowed only with tokens scoped for the project.

Platform projects are identified with project HRN which has form hrn:here:authorization::<organization-id>:project/<project-id>. In Tracking APIs the platform project is identified using combination of organization ID and project ID in the form <organization-id>:<project-id>. For more information, see HRN.

The hostname for using platform projects with project scoped tokens is tracking.hereapi.com. Device tokens are not scoped to project so the hostname with them is tracking.api.here.com.