GET
/
health
Health check
curl --request GET \
  --url http://localhost:4000/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}
EOF < /dev/null

Response

200 - application/json

Service is healthy

The response is of type object.