List certifications
Retrieve certification definitions — the canonical records (USDA Organic, Fair Trade, MSC, …) that products are then assigned to. Filterable by label, code, and certification body. Paginated.
Authorizations
Query Parameters
Filter by label (case-insensitive partial match).
Filter by exact code (case-insensitive). Use USDA_ORGANIC form.
Filter to certifications issued by a specific body. Accepts the body's id (22-char shortuuid). Pass alone or with other filters.
Sort field. One of label, code, -label, -code.
^-?(label|code)$Page number (1-indexed).
x >= 1Number of items per page (max 100).
1 <= x <= 100Response
OK
Items on the current page, each conforming to the endpoint's item schema. Empty when the result set is empty or page is past the end.
Pagination envelope describing position within the full result set.
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}