v1
latestOpenAPI 3.0.32026-07-1712816.3 KBtoppings
Get all toppings
Returns a list of all toppings
get/toppings
Query parameters
categorystring
Filter toppings by category
Response
List of toppings
Example response
[
{
"id": "burger-1",
"name": "Margherita Burger",
"description": "Classic burger with tomato sauce and mozzarella",
"price": 12.99
}
]