List discoverable modules (Admin)
GET
/bridge-payment/admin/plugins
Scans modules/*/manifest.json and legacy database/plugins/*/plugin.json, resolves manifests, and returns each module’s metadata plus how many components are registered in module_hub_registry for the current database.
Success envelope: { data, user_context, meta }.
datais an array of{ module_id, module_version, module_depends_on, components, installed_components }.metaincludes pagination-style fields (page,limit,total,hasMore, etc.) aligned with other list endpoints.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses
Module list