Skip to main content
POST
Disparar conciliación DICT

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

Reconciliation request; mode must be FULL or INCREMENTAL (case-insensitive)

mode
string
requerido

Reconciliation thoroughness: FULL checks all active keys against BACEN DICT; INCREMENTAL checks only keys updated since the last successful run.

Ejemplo:

"FULL"

Respuesta

object[] | null

OK

discrepanciesDetected
integer<int64>
requerido

Total count of discrepancies detected during the run.

Ejemplo:

2

id
string
requerido

Unique reconciliation run identifier (UUID).

Ejemplo:

"550e8400-e29b-41d4-a716-446655440003"

keysChecked
integer<int64>
requerido

Number of keys checked against BACEN DICT during the run.

Ejemplo:

24

mode
string
requerido

Reconciliation mode the run executed with: FULL or INCREMENTAL.

Ejemplo:

"FULL"

startedAt
string
requerido

Timestamp the reconciliation run started, RFC 3339 (UTC).

Ejemplo:

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

status
string
requerido

Run lifecycle status: RUNNING, COMPLETED, or FAILED.

Ejemplo:

"COMPLETED"

discrepancies
object[] | null

Details of each detected discrepancy; omitted when none were found.

finishedAt
string

Timestamp the run finished, RFC 3339 (UTC); omitted while the run is still RUNNING.

Ejemplo:

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