v1
latestOpenAPI 3.1.02026-07-1712816.6 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": "pizza-1",
"name": "Margherita Pizza",
"description": "Classic pizza with tomato sauce and mozzarella",
"price": 12.99
}
]