Overview
Last updated
Was this helpful?
Was this helpful?
curl "https://graph.whisk.com/v1/?id=https%3A%2F%2Fwww.bbcgoodfood.com%2Frecipes%2Fomelette-pancakes-tomato-pepper-sauce" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"curl "https://graph.whisk.com/v1/search?q=salmon&type=recipe&diet=paleo" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"curl "https://graph.whisk.com/v1/?ids=10343992,https%3A%2F%2Fwww.bbcgoodfood.com%2Frecipes%2Fegg-fried-rice" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"{
"10343992": {
"field": "..."
},
"https://www.bbcgoodfood.com/recipes/egg-fried-rice": {
"field": "..."
}
}curl "https://graph.whisk.com/v1/products/autocomplete?language=en&limit=5&after=eyJpZCI6IlBPUksgQkFCWSBCQUNLIFJJQiIsImluZGV4Ijo5fQ==" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"{
"after": "eyJpZCI6IkNISUEgU0VFRFMiLCJpbmRleCI6MTR9",
"before": "eyJpZCI6IkdSQU5PTEEiLCJpbmRleCI6MTB9"
}