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
Documentation IndexFetch the complete documentation index at: https://docs.halth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.halth.com/llms.txt
Use this file to discover all available pages before exploring further.
The Health Check is successful
"ok"
Show child attributes
{ "database": { "status": "up" } }
{}