Recipients for Marketplace
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/recipients \ --header 'private-secret-key: <api-key>' \ --header 'public-api-key: <api-key>'
{ "data": [ { "id": "9104911d-5df9-429e-8488-ad41abea1a4b", "account_id": "9104911d-5df9-429e-8488-ad41abea1a4b", "merchant_recipient_id": "AAAA01", "national_entity": "INDIVIDUAL", "first_name": "John", "last_name": "Doe", "email": "john.doe@email.com", "country": "CO", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" } ], "pagination": { "total": 1, "limit": 20, "offset": 0, "has_more": false } }
Maximum number of recipients to return
1 <= x <= 100
Number of recipients to skip for pagination
x >= 0
Filter recipients by national entity type
INDIVIDUAL
ENTITY
Filter recipients by country
List of recipients retrieved successfully
Show child attributes
Was this page helpful?