Retrieve a single certification body by its id. Returns 404 when no body matches the identifier.
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.
URL-safe 22-character shortuuid encoding of the row's UUID. Preferred over the raw UUID id for human-shareable URLs and log lines.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$OK
A certification-issuing organization (e.g. Oregon Tilth, MSC, FSC).
Mirrors :class:apps.certifications.models.CertificationBody. Returned
by GET /certification-bodies and GET /certification-bodies/{id}.
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}$Public display name of the certification body (e.g. Oregon Tilth).
255Canonical website of the body. Empty string when not known. When present, always an absolute https:// URL.
Free-text summary of what the body certifies. May be empty.
Absolute URL of the body's stored logo image. null when no logo has been uploaded. Sized variants (AVIF/WEBP at 150x150) are available server-side but not exposed here.