Olympus
Health

Health check

Returns the health status of the service.

GET
/health

Returns the health status of the service.

Response Body

application/json

curl -X GET "http://localhost:3000/health"
{
  "status": "healthy"
}