bankstract
Api

Liveness probe

Returns 200 once the process is up. No auth, no dependencies checked.

GET
/healthz

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "status": "ok"}