Skip to main content
GET
Error

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

organization_id
string
requerido

Organization ID (UUID)

ledger_id
string
requerido

Ledger ID (UUID)

account_id
string
requerido

Account ID (UUID)

Parámetros de consulta

metadata
string

JSON string to filter operations by metadata fields

limit
string

Max items per page (max 100, default 10)

start_date
string

Filter operations created on/after this date (YYYY-MM-DD)

end_date
string

Filter operations created on/before this date (YYYY-MM-DD)

sort_order
string

Sort direction (asc, desc)

cursor
string

Opaque cursor token for pagination

type
string

Filter by operation type (DEBIT, CREDIT)

direction
string

Filter by direction (debit, credit)

route_id
string

Filter by operation route ID (UUID)

route_code
string

Filter by operation route code

Respuesta

OK

items
any
requerido
limit
integer<int64>
requerido
Ejemplo:

10

next_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTI..."

page
integer<int64>
Ejemplo:

1

prev_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTE..."