v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Metadata

Gets a batch of metadata of multiple devices or shipments

Gets a batch of metadata of multiple devices or shipments. The device or shipment IDs are specified in the request body.

post/metadata/v2/devices/batch

Request body

string[] required

Example request

[
  "HERE-d0c29690-5d26-4cf1-a37e-b7816e72cb99",
  "SHP-ff92eda0-3114-4640-b7e6-4ba641ae1124"
]

Response

Successful

The metadata was successfully retrieved.

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

{
  "data": [
    {
      "data": {
        "priority": "high"
      }
    }
  ]
}