v1
latestOpenAPI 3.0.32026-07-1712816.3 KBtoppings
Get topping by ID
Retrieves a specific topping by its ID
get/toppings/{id}
Path parameters
idstring required
ID of the topping
Response
Topping details found
Example response
{
"id": "burger-1",
"name": "Margherita Burger",
"description": "Classic burger with tomato sauce and mozzarella",
"price": 12.99
}