Skip to main content
POST
Reconcile DICT keys against a BACEN event-list

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

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

events
object[] | null
required

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

Response

object[] | null

OK

discrepanciesDetected
integer<int64>
required

Total count of discrepancies detected during the run.

Example:

2

id
string
required

Unique reconciliation run identifier (UUID).

Example:

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

keysChecked
integer<int64>
required

Number of keys checked against BACEN DICT during the run.

Example:

24

mode
string
required

Reconciliation mode the run executed with: FULL or INCREMENTAL.

Example:

"FULL"

startedAt
string
required

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

Example:

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

status
string
required

Run lifecycle status: RUNNING, COMPLETED, or FAILED.

Example:

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

Example:

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