v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Registry

Gets a number of device licenses provisioned by a user

Gets a number of provisioned device licenses for a user project identified by the appId.

get/registry/v2/{appId}/licenseCount

Path parameters

appIdstring required

Project appId of the user's project

Headers

X-Request-Idstring uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Response

Successful

countnumber required

The number of created device licenses for given appId

updatedAtstring required

Timestamp of the last count update

Example response

{
  "count": 1337,
  "updatedAt": "2018-04-03T12:08:56.501Z"
}