cURL
curl --request GET \ --url https://api.halth.com/v1/health
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }
Check the status of the service
The Health Check is successful
"ok"
Show child attributes
{ "database": { "status": "up" } }
{}