Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
List all recipients
cURL
curl --request GET \ --url https://api.example.com/api/recipients \ --header 'Authorization: <authorization>' \ --header 'X-User-ID: <x-user-id>'
[ { "id": "rec_abc123", "businessName": "Acme Malaysia", "country": "MY", "currency": "MYR", "transferType": "fiat_to_fiat", "bankName": "Maybank", "bankAccount": "1234567890", "status": "active" } ]