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