cURL
curl --request GET \ --url https://api.scale.computeflow.cloud/health/readiness
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }
The Health Check is successful
The response is of type object.
object