Get Recipes from a Collection
This endpoint allows getting all recipes from a collection.
Get Recipes from Collection
GET
https://graph.whisk.com/v1/:collection_id/recipes
Path Parameters
Name
Type
Description
collection_id
string
Unique collection identifier
Request Body
Name
Type
Description
limit
number
This is the maximum number of objects that may be returned Default value: 16
before
string
This is the cursor to return data on a page before it.
after
string
This is the cursor to return data on a page before it.
Sample Request
Last updated
Was this helpful?