Skip to main content
POST
Disparar una ejecución de conciliación manual

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
orderId
string

The target order id when scope is specific_order.

Ejemplo:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"

organizationId
string

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

Ejemplo:

"44444444-4444-4444-4444-444444444444"

scope
string

The reconciliation scope; defaults to monitoring_orders when omitted.

Ejemplo:

"monitoring_orders"

Respuesta

OK

jobId
string<uuid>
requerido

The opaque reconciliation run id.

Ejemplo:

"cccccccc-cccc-cccc-cccc-cccccccccccc"

ordersScheduled
integer<int64>
requerido

How many orders the manual run reconciled.

Ejemplo:

42

triggeredAt
string
requerido

The RFC3339 UTC timestamp the run was triggered.

Ejemplo:

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