cURL
curl --request GET \ --url https://prv.explorer.biya.io/demo/health
{ "status": "<string>", "service": "<string>", "timestamp": "<string>", "details": {} }
Health check endpoint for gRPC-Web
Optional: service name to check
OK
CheckHealthyResponse contains the health status of the service
Health status: "healthy", "degraded", "unhealthy"
Service name
Timestamp of the health check
Health details for each component (database, redis, etc.)
Show child attributes