Health
/health
Returns the health status of the API. No authentication required.
GET
https://api.avo.so/healthcurl -X GET "https://api.avo.so/health" \
-H "Content-Type: application/json"ResponsesOK
{
"status": "healthy",
"timestamp": "2026-03-14T07:12:00.574Z",
"uptime": 6048.002539756
}
