Health checks and helper endpoints that keep integrations reliable.
Quick check to confirm the BridgeAPI service is running. Returns immediately with 200 when healthy.
200
OK
Not found
No content
Returns 200 when BridgeAPI has finished booting and is ready to accept customer requests.
Streams Prometheus metrics so your monitoring tools can track latency, errors, and queue depth.
Metrics
Last updated 6 months ago
curl -X GET https://api.bridgeapi.store/healthz
curl -X GET https://api.bridgeapi.store/readyz
curl -X GET https://api.bridgeapi.store/metrics