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