GET
/
demo
/
health
Check Health
curl --request GET \
  --url https://prv.explorer.biya.io/demo/health
{
  "status": "<string>",
  "service": "<string>",
  "timestamp": "<string>",
  "details": {}
}

Query Parameters

service
string

Optional: service name to check

Response

200 - application/json

OK

CheckHealthyResponse contains the health status of the service

status
string

Health status: "healthy", "degraded", "unhealthy"

service
string

Service name

timestamp
string

Timestamp of the health check

details
object

Health details for each component (database, redis, etc.)