v1

latestOpenAPI 3.1.02026-07-1712816.6 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'pizza' | 'drink' | 'side' | 'topping' required
namestring required
descriptionstring required
pricenumber float required

Example response

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