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

Response

200 - application/json

API is healthy

The response is of type object.