System related endpoints.
Last updated 1 month ago
Hitting the root of the domain redirects to /docs and a swagger deployment.
curl -L \ --url 'https://api.obol.tech//'
{}
This endpoint reports the API and its dependencies health.
curl -L \ --url 'https://api.obol.tech//v1/_health'
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }