v1

latestOpenAPI 3.0.32026-07-1712816.3 KB
toppings

Get all toppings

Returns a list of all toppings

get/toppings

Query parameters

categorystring

Filter toppings by category

Response

List of toppings

idstring required
category'burger' | 'drink' | 'side' | 'topping' required
namestring required
descriptionstring required
pricenumber float required

Example response

[
  {
    "id": "burger-1",
    "name": "Margherita Burger",
    "description": "Classic burger with tomato sauce and mozzarella",
    "price": 12.99
  }
]