v1
latestOpenAPI 3.1.02026-07-17223.8 KBHealth
Root health check
Returns the health status of the API and its dependencies
get/
Response
All services are healthy
Example response
{
"service": "refref-api",
"checks": {
"api": {
"error": "connection timeout"
},
"database": {
"error": "connection timeout"
}
}
}