Skip to main content
GET
Get registry health status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /api/monitoring/registries/health Returns comprehensive health status of the DDEX provider and adapter registries. Use Cases:
  • DevOps monitoring and alerting
  • System health dashboards
  • Troubleshooting delivery issues
  • Capacity planning
Health Status Levels:
  • healthy: All systems operational
  • degraded: Some adapters unhealthy but system functional
  • unhealthy: Critical issues affecting system operation

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Registry health status retrieved successfully

status
string
Example:

"success"

message
string
Example:

"Registry health status retrieved"

data
object