Skip to content

Dry-run Module Hub bootstrap (Admin)

POST
/bridge-payment/admin/plugins/dry-run

Preview DDL plan to create Module Hub tables (and optional indexes) without executing.

Request body (optional):

  • include_indexes (boolean, default true) — include index operations in the returned plan.

Success envelope: { data, user_context, meta } with data.dry_run: true, data.module_hub_tables, and data.operations (planned steps).

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Request Body

application/json
JSON
{
"include_indexes": true
}

Responses

Dry-run plan returned

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI