System

Health checks and helper endpoints that keep integrations reliable.

Liveness probe

get

Quick check to confirm the BridgeAPI service is running. Returns immediately with 200 when healthy.

Authorizations
X-API-KeystringRequired
Responses
chevron-right
200

OK

get
/healthz
Health check

No content

Readiness probe

get

Returns 200 when BridgeAPI has finished booting and is ready to accept customer requests.

Authorizations
X-API-KeystringRequired
Responses
chevron-right
200

OK

get
/readyz
Readiness check

No content

Prometheus metrics (text/plain)

get

Streams Prometheus metrics so your monitoring tools can track latency, errors, and queue depth.

Authorizations
X-API-KeystringRequired
Responses
chevron-right
200

Metrics

text/plain
get
/metrics
Fetch metrics snapshot

Last updated