System
System related endpoints.
Last updated
Was this helpful?
System related endpoints.
Last updated
Was this helpful?
Was this helpful?
GET / HTTP/1.1
Host: api.obol.tech
Accept: */*
{}GET /v1/_health HTTP/1.1
Host: api.obol.tech
Accept: */*
{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}