Trigger a manual reconciliation (admin)
Triggers a manual reconciliation run for the resolved institution and returns the run handle. scope selects the set (monitoring_orders default, all_pending, specific_order); orderId is required for specific_order and rejected (422) for any other scope. HTTP 200 means the run was CREATED and attempted synchronously — it does NOT mean reconciliation succeeded: a run can finalize FAILED (for example when the connector cannot be resolved) and still return 200 with ordersScheduled=0. Fetch the run status via GET /v1/admin/reconciliation to learn the terminal outcome. jobId is the run id; ordersScheduled is the number of orders this run reconciled. The institution is derived from the validated request identity, never from the payload.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Body
Reconciliation trigger options

