cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/barcode/{barcode_value} \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": { "barcode_value": "<string>", "barcode_type": "<string>", "colas": [ { "ttb_id": "<string>", "brand_name": "<string>", "product_name": "<string>", "product_type": "wine", "class_name": "<string>", "origin_name": "<string>", "permit_number": "<string>", "approval_date": "2023-12-25", "image_count": 123, "has_barcode": true } ], "total_colas": 123 } }
Find COLAs by barcode value (UPC, EAN, etc.). Returns up to 100 COLAs associated with the given barcode.
API key passed in the X-API-Key header
The barcode value (UPC-A, EAN-13, etc.)
Successful response
Show child attributes