Skip to main content
GET
List claimed products

Authorizations

X-API-Key
string
header
required

Query Parameters

organization_id
string
required

UUID of the Organization whose claimed products should be listed. Caller must have visibility into the organization.

include_low
boolean
default:false

Include LOW-severity dietary-sensitivity flags in each product's sensitivities list. Defaults to false; HIGH and MODERATE flags are always included.

avoid_sensitivity
string
default:""

Comma-separated sensitivity slugs to filter out (e.g. histamine,sulfites). Products flagged with ANY of these at or above min_severity are excluded from the results. Empty (default) applies no sensitivity filter.

min_severity
string
default:MODERATE

Severity threshold for avoid_sensitivity filtering: a product is excluded only when it carries a listed sensitivity at this band or higher. One of HIGH, MODERATE, LOW; defaults to MODERATE (LOW flags do not exclude by default). Ignored when avoid_sensitivity is empty. An unrecognized value returns 422.

page
integer
default:1

Page number (1-indexed).

Required range: x >= 1
page_size
integer
default:25

Number of items per page (max 100).

Required range: 1 <= x <= 100

Response

OK

data
ProductOut · object[]
required

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
PaginationMeta · object
required

Pagination envelope describing position within the full result set.

Example: