Skip to content

ingriedients

List of ingriedients

Request

List of ingriedients used in kitchen.

Security
jwtToken
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients \
  -H 'authorization: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/json
objectstringrequired
Value:"list"
pageobject(page)required
totalnumberrequired

Number of items in total.

Example:100
itemsArray of objects(ingredient)required
Response
{ "object": "list", "page": { "endCursor": "ZG9uJ3QgZGVjb2RlIG1l", "startCursor": "ZG9uJ3QgZGVjb2RlIG1l", "hasNextPage": true, "hasPrevPage": false, "limit": 100, "total": 100 }, "total": 100, "items": [ {} ] }