Get detailed adapter health information
Ddex
Get detailed adapter health information
GET /api/monitoring/registries/adapters
GET
Get detailed adapter health information
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /api/monitoring/registries/adapters Returns detailed health check information for all registered delivery adapters. Includes:- Connection status for each adapter
- Last successful operation timestamp
- Error counts and rates
- Performance metrics
- Configuration status
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"