Skip to main content
GET
List claims

Authorizations

X-API-Key
string
header
required

Query Parameters

label
string

Filter by label (case-insensitive partial match).

code
string

Filter by exact code (case-insensitive).

category
enum<string>

Filter by category. One of DIETARY, INGREDIENT_ABSENCE, ALLERGEN_FREE, PROCESS, SUSTAINABILITY, OTHER.

Available options:
DIETARY,
INGREDIENT_ABSENCE,
ALLERGEN_FREE,
PROCESS,
SUSTAINABILITY,
OTHER
ordering
string

Sort field. One of label, code, -label, -code.

Pattern: ^-?(label|code)$
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
ClaimListOut · 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: