Skip to content

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 }.

  • data is an array of { module_id, module_version, module_depends_on, components, installed_components }.
  • meta includes 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

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI