This endpoint reports the API and its dependencies health.
/v1/_health
curl -L \ --url 'https://api.obol.tech//v1/_health'
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }