cURL
Get Transfers
List Recipient Transfers
GET
cURL
List all recipient transfers using the
recipient_id.
Response Format
- Returns an array of
onboardingTransferResponseobjects - Ordered by
created_atDESC (most recent first) - Includes transfers where recipient is either origin or destination
- Empty array
[]if no transfers found
Authorizations
Headers
The account_id found in your Yuno Dashboard (UUID).
Path Parameters
The recipient id returned from the create recipient endpoint (UUID).
Response
OK