Skip to content

Service health

GET
/health

Liveness and whether signing is currently paused. Unauthenticated.

Current service status.

The endpoint also returns operational fields not contracted here; rely only on those below.

object
status
required

Overall service status

string
Allowed values: ok frozen degraded
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"
}