recipes

List recipes for one or more users with filters and paging

Callable without authentication when userIds is provided. Responds 401 if neither userIds nor a session token is supplied.

post/compat/v2/recipes/getRecipes

Request body

userIdsstring[]
folder'main' | 'inbox' required
orderBy'title' | 'createdAt' | 'updatedAt' | 'lastMadeAt' required
orderDirection'asc' | 'desc' required
offsetnumber required
limitnumber required
recipeIdsstring[]
labelsstring[]
labelIntersectionboolean
includeAllFriendsboolean
ratingsinteger[]

Response

Successful response

totalCountinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.