Skip to main content
GET
List transfers

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

state
string

Filter by state name

Example:

"AwaitingUpload"

direction
string

Filter by direction: outbound | inbound

Example:

"outbound"

sourceProduct
string

Filter by source product

Example:

"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)

Example:

20

Response

OK

hasMore
boolean
required
items
object[] | null
required
pageSize
integer<int64>
required
nextCursor
string