Retrieve every certification assigned to a product, including verification status, issuing body, and validity dates. Filter by verification status or active validity-window membership. The is_active boolean returned per row is computed at request time from valid_from / expiration_date; the is_active query parameter pre-filters rows server-side using the same rule.
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}$Filter by verification lifecycle state. One of unverified, verified, expired.
unverified, verified, expired Filter by active validity window. true = today falls within [valid_from, expiration_date] (open-ended on either side); false = today is outside the window. Omit to return all rows.
Sort field. One of expiry_date, label, -expiry_date, -label.
^-?(expiry_date|label)$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 certification (e.g. USDA Organic).
255Computed: true when today's date falls within [valid_from, expiration_date] (either bound being null is treated as open). Refreshes per request — do not cache.
Developer-attached key/value data attached to this object. Up to 50 keys; key max 40 chars, value max 500 chars.
Stable code of the underlying certification (e.g. USDA_ORGANIC). Empty for unnamed.
50Free-text summary from the underlying certification record. May be empty.
Canonical reference URL from the underlying certification record. May be empty.
Absolute URL of the certification's logo. null when no logo is set.
Start of validity for this certificate (ISO 8601, YYYY-MM-DD). null when not recorded — treat as 'valid since unknown date'.
End of validity for this certificate (ISO 8601, YYYY-MM-DD). null for certificates with no scheduled expiry. Drives the is_active computed field below.
Certificate identifier issued by the certification body (e.g. NOP-12345). Empty when not yet recorded.
100Free-text name of the organization that issued this certificate. Distinct from the linked :class:CertificationBody record — kept separately because the brand may report a different name than the canonical body. Empty when not recorded.
255When this specific certificate expires (ISO 8601). Distinct from expiration_date: expiration_date is the policy/program validity window; expiry_date is the certificate document's own expiry as printed on it. Often equal in practice.
URL to verify this certificate online via the issuing body's registry (e.g. USDA Organic Integrity Database). Empty when no public registry is exposed.
Lifecycle state of the certificate's verification. unverified (default) means the brand-claimed certificate has not been audited by Closient; verified means it has been confirmed against the issuing body's registry; expired means the verification record lapsed. Maps to GS1 certificationStatus (ACTIVE / INACTIVE) in JSON-LD exports.
unverified, verified, expired Free-text describing what the certification covers (e.g. Product, All organic dairy lines). Empty when not specified.
GS1 certificationValue — the assessed level or result (e.g. Grade A, Level 3, 100% Organic). Empty when the program does not grade results.
255Date the certification audit was performed (ISO 8601). null when not recorded.
Date the certification was originally granted (ISO 8601). null when not recorded. Use to compute years-certified.
ISO 3166-1 alpha-2 country codes (uppercase, e.g. ["US", "CA"]) indicating jurisdictions where this certificate is valid. Empty list when not recorded — does not imply 'valid everywhere'.