System
System related endpoints.
This endpoint reports the API and its dependencies health.
Responses
200
The Health Check is successful
application/json
503
The Health Check is not 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?