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.
Example response
{
"data": [
{
"data": {
"priority": "high"
}
}
]
}