Skip to main content

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.

FieldTypeRequiredDescription
okbooleanyes
ksFingerprintstringyesTLS certificate fingerprint of the kS the gateway is bound to.
sessionsintegeryesCount of live server-held sessions.

Example

{
"ok": true,
"ksFingerprint": "AB:CD:EF:...",
"sessions": 2
}