Skip to main content
GET
/
api
/
v1
/
healthz
Health check
curl --request GET \
  --url https://services.pref.rio/heimdall-admin/api/v1/healthz
{
  "status": "healthy",
  "service": "heimdall-admin-service",
  "timestamp": "2024-01-01T12:00:00.000Z"
}

Response

200 - application/json

Service is healthy

The response is of type object.