Run Module Hub bootstrap (Admin)
POST
/bridge-payment/admin/plugins/run
Creates Module Hub tables (module_hub_registry, module_hub_events) and optional indexes.
Request body (optional): same as dry-run — include_indexes (boolean, default true).
Success envelope: { data, user_context, meta } with data.installed: true, data.tables, data.duration_ms, and data.include_indexes.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Request Body
application/json
JSON
{
"include_indexes": true
}
Responses
Bootstrap completed