Meta

Health check

Checks that the API runtime is alive and can reach the backing database.

GET/health
curl -X GET "https://example.com/health"
{  "status": "ok",  "db": "ok"}
{  "status": "error",  "db": "error"}