cURL
curl --request GET \ --url https://api.example.com/api/health
{ "status": "ok" }
Check if the API server is running.
curl https://encrata.com/api/health
"ok"