Get Recipe Categories
Get Recipe Categories
Path Parameters
Name
Type
Description
{
"categories": [
{
"id": "quick-and-easy",
"displayName": "Quick and easy",
"image": {
"url": "https://whisk-res.cloudinary.com/image/upload/v1523894700/custom_upload/ba4d7363cd46c736675d2cc08754f5bc.png",
"width": 800,
"height": 800
}
},
{
"id": "healthy-recipes",
"displayName": "Healthy Recipes",
"image": {
"url": "https://whisk-res.cloudinary.com/image/upload/v1523894700/custom_upload/ba4d7363cd46c736675d2cc08754f5bc.png",
"width": 800,
"height": 800
}
},
{
"id": "holidays-and-events",
"displayName": "Holidays and Events",
"image": {
"url": "https://whisk-res.cloudinary.com/image/upload/v1523894700/custom_upload/ba4d7363cd46c736675d2cc08754f5bc.png",
"width": 800,
"height": 800
}
},
{
"id": "baking",
"displayName": "Baking",
"image": {
"url": "https://whisk-res.cloudinary.com/image/upload/v1523894700/custom_upload/ba4d7363cd46c736675d2cc08754f5bc.png",
"width": 800,
"height": 800
}
},
{
"id": "bbq-and-grilling",
"displayName": "BBQ & Grilling",
"image": {
"url": "https://whisk-res.cloudinary.com/image/upload/v1523894700/custom_upload/ba4d7363cd46c736675d2cc08754f5bc.png",
"width": 800,
"height": 800
}
}
],
"paging": {
"cursors": {
"after": "eyJpZCI6ImRlc3NlcnRzIiwiaW5kZXgiOjR9"
}
}
}Sample Request
Response
RecipeCategory
Paging
Cursors
Last updated
Was this helpful?