Gateway liveness
Returns the gateway’s liveness state, uptime in milliseconds, and — if a database is wired — the database ping result. Unauthenticated.
GET
Gateway liveness
Gateway liveness
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Zeam API is in active development. Check the changelog for the latest updates.
Returns the gateway’s liveness state, uptime in milliseconds, and — if a database is wired — the database ping result. Unauthenticated.
curl --request GET \
--url https://api.zeam.money/gw/healthz{
"ok": true,
"request_id": "req_01HWX9YZ7T5K8QF3NSDE9B2M0P",
"resource": "health",
"verb": "get",
"data": {
"status": "ready",
"uptime_ms": 874211,
"version": "5b1f3ac",
"db": "ok"
}
}curl --request GET \
--url https://api.zeam.money/gw/healthz{
"ok": true,
"request_id": "req_01HWX9YZ7T5K8QF3NSDE9B2M0P",
"resource": "health",
"verb": "get",
"data": {
"status": "ready",
"uptime_ms": 874211,
"version": "5b1f3ac",
"db": "ok"
}
}