# Kitchen Ingredients API Version: 1.0.0 ## Servers Development server ``` https://dev.api.example.com ``` Staging server ``` https://stg.api.example.com ``` Production server ``` {{OUR_SERVER}} ``` ## Security ### BearerAuth Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Kitchen Ingredients API](https://fsamofso-tmepsad.com/_bundle/apis/Kitchen%20API/openapi.yaml) ## Other ### List ingredients - [GET /ingredients](https://fsamofso-tmepsad.com/apis/kitchen-api/openapi/paths/~1ingredients/get.md) ### Add a new ingredient - [POST /ingredients](https://fsamofso-tmepsad.com/apis/kitchen-api/openapi/paths/~1ingredients/post.md) ### Delete an ingredient by ID - [DELETE /ingredients/{id}](https://fsamofso-tmepsad.com/apis/kitchen-api/openapi/paths/~1ingredients~1%7Bid%7D/delete.md) ### Get an ingredient by ID - [GET /ingredients/{id}](https://fsamofso-tmepsad.com/apis/kitchen-api/openapi/paths/~1ingredients~1%7Bid%7D/get.md)