Skip to main content
GET
List Product Components

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Query Parameters

limit
integer<int64> | null

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Required range: 1 <= x <= 100
offset
integer<int64> | null

Number of objects to skip before returning results.

Required range: x >= 0
starting_after
string | null

A cursor for use in pagination. starting_after is a component_nutrition_id that defines your place in the list — pass the one from the last object of the previous page to fetch the next.

Example:

"fcn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

ending_before
string | null

A cursor for use in pagination. ending_before is a component_nutrition_id that defines your place in the list.

Example:

"fcn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

Response

An envelope wrapping a list of product component objects.

An envelope wrapping a list of product component objects.

product_components
object[]
required

The list of product components.