Health
/api/health
Authenticated health check endpoint. Returns the health status of the internal API services.
GET
https://api.avo.so/api/healthAuthorization:
curl -X GET "https://api.avo.so/api/health" \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json"ResponsesOK
{
"status": "healthy",
"timestamp": "2026-03-14T07:12:00.574Z",
"services": {
"database": "connected",
"cache": "connected"
}
}
