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 (case-insensitive): CREATED, TRACKED, AWAITING_ANALYSIS, ANALYSED, REFUNDING, COMPLETED, CANCELLED

Ejemplo:

"CREATED"

situation_type
string

Filter by situation type: SCAM, ACCOUNT_TAKEOVER, COERCION, FRAUDULENT_ACCESS, OTHER, UNKNOWN

Ejemplo:

"SCAM"

root_transaction_id
string

Filter by the root transaction id

Ejemplo:

"E12345678202605171530aB3xK9mWq2z"

account_id
string

Filter by client account UUID within the participant

Ejemplo:

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

modified_after
string

Return rows updated strictly after this RFC3339 timestamp

Ejemplo:

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

modified_before
string

Return rows updated strictly before this RFC3339 timestamp

Ejemplo:

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

start_date
string

Return rows created on or after this date (YYYY-MM-DD)

Ejemplo:

"2026-05-01"

end_date
string

Return rows created on or before this date (YYYY-MM-DD, inclusive of the whole day)

Ejemplo:

"2026-05-31"

metadata
string

Return rows whose metadata contains this JSON object

Ejemplo:

"{\"channel\":\"mobile\"}"

page
string

Page number (1-based, default 1)

Ejemplo:

"1"

limit
string

Maximum items per page (default 10, max 100)

Ejemplo:

"10"

sort_order
string

Sort direction by created_at (default desc, case-insensitive): asc or desc

Ejemplo:

"desc"

Respuesta

OK

hasMore
boolean
requerido
Ejemplo:

false

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

10

page
integer<int64>
requerido
Ejemplo:

1

total
integer<int64>
requerido
Ejemplo:

1