Browse recipes

Returns a paginated list of all recipes associated to the authenticated shop. The request body contains pagination and optional recipe type filtering. Use the 'Definitions' endpoints to resolve type identifiers.

POST
/recipes/browse
Recipes

Request

application/json
object

Request containing pagination and optional recipe type filter

BrowseRecipesRequest

Request for browsing published recipes

object

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>