System

System related endpoints.

Redirect to the API docs

get

Hitting the root of the domain redirects to /docs and a swagger deployment.

Responses
200Success
application/json
Responseobject
get
GET // HTTP/1.1
Host: api.obol.tech
Accept: */*
200Success
{}

Check the API health

get

This endpoint reports the API and its dependencies health.

Responses
200
The Health Check is successful
application/json
get
GET //v1/_health HTTP/1.1
Host: api.obol.tech
Accept: */*
{
  "status": "ok",
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}

Last updated

Was this helpful?