Skip to main content
POST
Disparar uma execução manual de conciliação

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
orderId
string

The target order id when scope is specific_order.

Exemplo:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"

organizationId
string

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

Exemplo:

"44444444-4444-4444-4444-444444444444"

scope
string

The reconciliation scope; defaults to monitoring_orders when omitted.

Exemplo:

"monitoring_orders"

Resposta

OK

jobId
string<uuid>
obrigatório

The opaque reconciliation run id.

Exemplo:

"cccccccc-cccc-cccc-cccc-cccccccccccc"

ordersScheduled
integer<int64>
obrigatório

How many orders the manual run reconciled.

Exemplo:

42

triggeredAt
string
obrigatório

The RFC3339 UTC timestamp the run was triggered.

Exemplo:

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