v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Registry

Gets the multiple device license request job results

Gets results of a previously created multiple device license request batch job upon its successful completion.

get/registry/v2/{jobId}/results

Path parameters

jobIdstring uuid required

An asynchronous job ID. UUID v.4.0.

Query parameters

pageTokenstring

A token from the previously returned response to retrieve the specified page.

countinteger

The number of items to return per page.

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. The response body contains an array of newly created device licenses.

countinteger

The number of items in the response.

pageTokenstring

A token that can be used to retrieve the next page of the response.

Example response

{
  "count": 3,
  "data": [
    {
      "deviceId": "d34d8c7f-6bd5-496a-adef-7bf2395aa456",
      "deviceSecret": "qerjpsdujnewppqnqefvli"
    },
    {
      "deviceId": "c6a22c91-c185-474c-9970-5eea445d92ac",
      "deviceSecret": "xvbnm,do0e,md;ffgdsle,d"
    }
  ],
  "errors": [
    {
      "error": {
        "code": 500,
        "error": "Internal Server Error",
        "id": "5771b3d4-95ae-4959-ac63-fbaa3d5d06ee"
      },
      "id": "my-device"
    }
  ],
  "pageToken": "027ffffea253d79fc"
}