Skip to main content
POST
Trigger a manual reconciliation run

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
orderId
string

The target order id when scope is specific_order.

Example:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"

organizationId
string

Advisory-only organization id that must match the identity-derived institution.

Example:

"44444444-4444-4444-4444-444444444444"

scope
string

The reconciliation scope; defaults to monitoring_orders when omitted.

Example:

"monitoring_orders"

Response

OK

jobId
string<uuid>
required

The opaque reconciliation run id.

Example:

"cccccccc-cccc-cccc-cccc-cccccccccccc"

ordersScheduled
integer<int64>
required

How many orders the manual run reconciled.

Example:

42

triggeredAt
string
required

The RFC3339 UTC timestamp the run was triggered.

Example:

"2026-07-14T12:00:00Z"