Service health
GET /health
GET
/health
Liveness and whether signing is currently paused. Unauthenticated.
Responses
Section titled “ Responses ”Current service status.
The endpoint also returns operational fields not contracted here; rely only on those below.
object
status
required
Overall service status
string
kill_switch_engaged
required
True if signing is globally paused
boolean
build
Git sha of the running deployment
string
key
additional properties
any
Example
{ "status": "ok", "kill_switch_engaged": false, "build": "4a9163e"}