Status Page and /health Endpoint
Description
Flowtest exposes a /health
endpoint and a web status page to indicate service status.
Motivation
External monitors can query the endpoint to confirm that Flowtest is operating.
Example
curl https://flowtest.io/health
Questions & Answers
Q: Does the endpoint require authentication?
A: No. It is public so monitoring tools can call it.
Comments
The status page also links to recent incident history.
Other Uses
Add the endpoint to your monitoring service to receive alerts when Flowtest becomes unavailable.