Skip to main content
GET
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

status
string

Filter by lifecycle status

Ejemplo:

"OPEN"

situation_type
string

Filter by situation type

Ejemplo:

"SCAM"

bacen_funds_recovery_id
string

Filter by the linked funds-recovery BCB identifier

Ejemplo:

"FR-2026-000000123"

transaction_id
string

Filter by the contested transaction's end-to-end/RtrId (a transaction may have multiple infraction reports)

Ejemplo:

"E12345678202607161000aB3xK9mWq2z"

modified_after
string

Return rows updated strictly after this ISO 8601 UTC timestamp

Ejemplo:

"2026-05-17T13:30:00Z"

modified_before
string

Return rows updated strictly before this ISO 8601 UTC timestamp

Ejemplo:

"2026-05-18T13:30:00Z"

sla_breached
string

Filter to reports whose BCB analysis window (7 days from receipt) has elapsed while not yet closed or cancelled

Ejemplo:

"true"

sla_at_risk
string

Filter to reports within 2 days of the BCB analysis deadline but not yet past it, while not yet closed or cancelled

Ejemplo:

"true"

page
string

Page number (default: 1, minimum: 1)

Ejemplo:

"1"

limit
string

Maximum number of items per page (default: 20, maximum: 100)

Ejemplo:

"20"

sort_order
string

Sort direction by updated_at (default: desc)

Ejemplo:

"desc"

Respuesta

OK

hasMore
boolean
requerido
Ejemplo:

false

items
object[] | null
requerido
limit
integer<int64>
requerido
Ejemplo:

20

page
integer<int64>
requerido
Ejemplo:

1

total
integer<int64>
requerido
Ejemplo:

1