# API Reference ## Endpoints ### Health Check ``` GET /health ``` **Response:** ```json {"status": "UP", "service": "petclinic-demo-andrej6"} ``` ### Root ``` GET / ``` **Response:** ```json {"service": "petclinic-demo-andrej6", "description": "Modernized petclinic-demo-andrej6 service", "version": "1.0.0"} ```