Registry
Gets the multiple device license request job status
Checks the progress of a previously created multiple device license request batch job.
get/registry/v2/{jobId}/status
Path parameters
jobIdstring uuid required
An asynchronous job ID. UUID v.4.0.
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
{
"percent": 10,
"status": "started"
}