Skip to main content
GET
Get list of registered providers
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /api/monitoring/registries/providers Returns a list of all providers currently registered in the provider registry. Information Includes:
  • Provider identification (ID, name, code)
  • Supported message types (ERN, MEAD, PIE, CSV)
  • Delivery methods (FTP, SFTP, API, HTTP)
  • Version information
Use Cases:
  • Verify provider registration during deployment
  • Debug provider configuration issues
  • Monitor available delivery options

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Registered providers retrieved successfully

status
string
Example:

"success"

message
string
Example:

"Registered providers retrieved"

data
object