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
Example response
{
"count": 1337,
"updatedAt": "2018-04-03T12:08:56.501Z"
}