List Product Components
Returns the product components you have registered, newest first.
Only components you have recorded nutrition for are listed: the underlying name table is shared across accounts, so listing it would return tens of thousands of rows that belong to nobody.
Results are paginated — the default limit is 10, so reading back a full menu
takes several requests. Pass the last object’s component_nutrition_id as
starting_after to fetch the next page, and keep going until a page comes back
shorter than your limit.
Authorizations
Use a Bearer token to access this API.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
1 <= x <= 100Number of objects to skip before returning results.
x >= 0A 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.
"fcn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A cursor for use in pagination. ending_before is a component_nutrition_id that defines your place in the list.
"fcn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Response
An envelope wrapping a list of product component objects.
An envelope wrapping a list of product component objects.
The list of product components.