Skip to main content
GET
cURL com dados fictícios

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

status
string

Filter by lifecycle status

Exemplo:

"OPEN"

situation_type
string

Filter by situation type

Exemplo:

"SCAM"

bacen_funds_recovery_id
string

Filter by the linked funds-recovery BCB identifier

Exemplo:

"FR-2026-000000123"

transaction_id
string

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

Exemplo:

"E12345678202607161000aB3xK9mWq2z"

modified_after
string

Return rows updated strictly after this ISO 8601 UTC timestamp

Exemplo:

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

modified_before
string

Return rows updated strictly before this ISO 8601 UTC timestamp

Exemplo:

"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

Exemplo:

"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

Exemplo:

"true"

page
string

Page number (default: 1, minimum: 1)

Exemplo:

"1"

limit
string

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

Exemplo:

"20"

sort_order
string

Sort direction by updated_at (default: desc)

Exemplo:

"desc"

Resposta

OK

hasMore
boolean
obrigatório
Exemplo:

false

items
object[] | null
obrigatório
limit
integer<int64>
obrigatório
Exemplo:

20

page
integer<int64>
obrigatório
Exemplo:

1

total
integer<int64>
obrigatório
Exemplo:

1