Retrieve every claim (e.g. Non-GMO, Vegan) assigned to a product, with source (self-declared / third-party-verified) and validity dates. Returns 404 when no product matches the GTIN.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
GTIN-8, GTIN-12, GTIN-13, or GTIN-14 barcode digits (no spaces, no hyphens). Shorter forms are zero-left-padded to GTIN-14 server-side. Returns 404 if no product matches the normalized GTIN.
8 - 14^\d{8,14}$OK
URL-safe 22-character shortuuid encoding of the row's UUID primary key. Stable across the row's lifetime; suitable for sharing in URLs, log lines, and external SDK clients. Accepted on input as either the shortuuid form or the canonical UUID form (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Display name of the underlying claim (e.g. Non-GMO).
100Stable code of the underlying claim (e.g. NON_GMO).
50Category of the underlying claim. See :class:ClaimCategoryEnum for the full set of values.
DIETARY, INGREDIENT_ABSENCE, ALLERGEN_FREE, PROCESS, SUSTAINABILITY, OTHER How the claim is asserted. BRAND_SELF_DECLARED means the brand states the claim without third-party verification; THIRD_PARTY_VERIFIED means an independent body has verified it.
BRAND_SELF_DECLARED, THIRD_PARTY_VERIFIED Developer-attached key/value data attached to this object. Up to 50 keys; key max 40 chars, value max 500 chars.
Start of validity for this claim (ISO 8601). null when no start date was recorded — treat as 'valid since unknown date'.
End of validity for this claim (ISO 8601). null for claims with no scheduled expiry.