GET /health
Health and TLS fingerprint
Unauthenticated liveness probe. Returns the kS TLS fingerprint (pin it in your UI) and the live session count.
Authentication
No authentication required.
Request
No request body.
Responses
200
Gateway is healthy.
| Field | Type | Required | Description |
|---|---|---|---|
ok | boolean | yes | |
ksFingerprint | string | yes | TLS certificate fingerprint of the kS the gateway is bound to. |
sessions | integer | yes | Count of live server-held sessions. |
Example
{
"ok": true,
"ksFingerprint": "AB:CD:EF:...",
"sessions": 2
}