Flambe docs

Health check

Liveness probe. Requires no authentication, and is what [status.flambe.dev](https://status.flambe.dev) polls for the Web service component.

GET
/health

Liveness probe. Requires no authentication, and is what status.flambe.dev polls for the Web service component.

Response Body

application/json

curl -X GET "https://example.com/health"
{  "status": "OK",  "timestamp": "2019-08-24T14:15:22Z",  "uptime": 0}