Skip to main content
GET
/
api
/
health
Health Check
curl --request GET \
  --url https://encrata.com/api/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.encrata.com/llms.txt

Use this file to discover all available pages before exploring further.

Request

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

Response

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