Browse recipes matching all given ingredients
Returns a paginated list of recipes that contain all the specified ingredients, associated to the authenticated shop. Also known as 'What's in my fridge'.
POST
/recipes/browse-by-ingredients
Recipes
Request
application/json
object
Request containing pagination and ingredient filters
BrowseRecipesByIngredientsRequest
Request for browsing recipes matching all specified ingredients
object
BrowseRecipesByIngredientsRequest
Request for browsing recipes matching all specified ingredients
object
ingredients
string[]
ingredients
string[]
string
recipeTypeId?
Optional filter by recipe type identifier
value<int16> | null
page
Zero-based page number
value<int32> | null
size?
Number of items per page
value<int32>