curl --request GET \
--url https://api.skulabs.com/item/find_by_barcode \
--header 'Authorization: Bearer <token>'[
{
"_id": "507f1f77bcf86cd799439011",
"sku": "<string>",
"upc": "<string>",
"serial_numbers": [
"<string>"
],
"barcodes": [
"<string>"
]
}
]Look up an item by its barcode (UPC, EAN, ISBN, or custom barcode).
curl --request GET \
--url https://api.skulabs.com/item/find_by_barcode \
--header 'Authorization: Bearer <token>'[
{
"_id": "507f1f77bcf86cd799439011",
"sku": "<string>",
"upc": "<string>",
"serial_numbers": [
"<string>"
],
"barcodes": [
"<string>"
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Barcode to search for
"012345678901"