POS
Resolve LucidID Package UID
Resolves a LucidID to its associated Package UID.
Endpoint
GET /api/v1.2/lucidids/<lucid_id_uuid>/resolve/
Path Parameters
Parameter |
Type |
Description |
|---|---|---|
|
string (ShortUUID) |
UUID of the LucidID to resolve |
Responses
200
Success response — LucidID resolved to a Package UID
{
"package_uid": "<package_uid>"
}
404
LucidID not yet added to inventory
{
"error_message": "Scanned LucidID has not yet been added to inventory."
}
401 — Unauthenticated request
403 — API key is not a Public API key