Skip to main content
GET
cURL with fictitious data

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Account-Id
string
required

UUID of the account associated with the operation.

Example:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Query Parameters

status
string

Filter by transfer status (lowercase)

Example:

"processing"

direction
string

Filter by direction (lowercase, outbound only)

Example:

"out"

end_to_end_id
string

Filter by BCB end-to-end ID (32 chars)

Example:

"E12345678202605061030abcdef12345"

after
string

Opaque cursor returned by the previous page

limit
string

Page size (1-100, default 20)

Example:

"20"

Response

OK

items
object[] | null
required
next_cursor
string
Example:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjZCJ9"

prev_cursor
string
Example:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjY30="