System related endpoints.
Last updated 1 month ago
Hitting the root of the domain redirects to /docs and a swagger deployment.
GET // HTTP/1.1 Host: api.obol.tech Accept: */*
{}
This endpoint reports the API and its dependencies health.
GET //v1/_health HTTP/1.1 Host: api.obol.tech Accept: */*
The Health Check is successful
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }