Skip to main content
POST
Conciliar chaves DICT contra uma lista de eventos do BACEN

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json

BACEN DICT event-list (CID) to reconcile against local key state; at least one event required

events
object[] | null
obrigatório

BACEN DICT event-list entries to reconcile against local key state; must contain at least one event.

Resposta

object[] | null

OK

discrepanciesDetected
integer<int64>
obrigatório

Total count of discrepancies detected during the run.

Exemplo:

2

id
string
obrigatório

Unique reconciliation run identifier (UUID).

Exemplo:

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

keysChecked
integer<int64>
obrigatório

Number of keys checked against BACEN DICT during the run.

Exemplo:

24

mode
string
obrigatório

Reconciliation mode the run executed with: FULL or INCREMENTAL.

Exemplo:

"FULL"

startedAt
string
obrigatório

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

Exemplo:

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

status
string
obrigatório

Run lifecycle status: RUNNING, COMPLETED, or FAILED.

Exemplo:

"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.

Exemplo:

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