Trigger reconciliation sweep
Forces one immediate reconciliation cycle for the current tenant. This operator endpoint runs the same reconciliation sweep used by the scheduled background worker. Repeated calls with the same X-Idempotency key replay the cached response.
Authorizations
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Headers
Required idempotency key for safe retries. Use a UUID v4 or unique business identifier. If the same key is sent again and the original request was already processed, the cached response is returned.
See Retries and idempotency for details.
255Response
Reconciliation sweep triggered successfully.
Result of the reconciliation sweep. skipped_operating_window indicates the sweep did not run because it was triggered outside the operating-hours window.
success, skipped_operating_window "success"
Number of transfers processed by the sweep.
3
Sweep duration in milliseconds.
125

