TrieOH
IdentityXAPISystem

Health check

Harness-owned liveness probe. Returns 200 with a fixed body when the process is up. Not covered by rate limiting or auth.

GET/health

Harness-owned liveness probe. Returns 200 with a fixed body when the process is up. Not covered by rate limiting or auth.

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "status": "ok",
  "service": "IdentityX"
}