List certification bodies
Certification Bodies
List certification bodies
Retrieve every certification-issuing body (e.g. USDA, Fair Trade USA, Oregon Tilth, MSC, FSC). Filterable by name; sortable by name. Paginated with the standard {data, pagination} envelope; default page_size is 25, max 100.
GET
List certification bodies
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.
Authorizations
Query Parameters
Filter by name (case-insensitive partial match).
Sort field. One of name, -name (ascending / descending).
Pattern:
^-?name$Page number (1-indexed).
Required range:
x >= 1Number of items per page (max 100).
Required range:
1 <= x <= 100Response
200 - application/json
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.
Example:
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}