curl --request GET \
--url http://localhost:4000/api/health
{
"status": "healthy",
"timestamp": "2023-11-07T05:31:56Z"
}
API-specific health check endpoint
curl --request GET \
--url http://localhost:4000/api/health
{
"status": "healthy",
"timestamp": "2023-11-07T05:31:56Z"
}
API is healthy
The response is of type object
.