Skip to main content
GET
Listar transferências

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

state
string

Filter by state name

Exemplo:

"AwaitingUpload"

direction
string

Filter by direction: outbound | inbound

Exemplo:

"outbound"

sourceProduct
string

Filter by source product

Exemplo:

"pix"

cursor
string

Opaque continuation cursor from a prior page

pageSize
integer<int64>

Requested page size; clamped to 1..100 by the query service (default 20)

Exemplo:

20

Resposta

OK

hasMore
boolean
obrigatório
items
object[] | null
obrigatório
pageSize
integer<int64>
obrigatório
nextCursor
string