Skip to main content
GET
/
api
/
health
Health Check
curl --request GET \
  --url https://api.example.com/api/health
{
  "status": "ok"
}

Request

No parameters required.
curl https://encrata.com/api/health

Response

status
string
Always "ok" when the server is running.
{
  "status": "ok"
}