get https://sandbox-api.readyremit.com/v1/recipients
The GET /recipients
endpoint retrieves all recipient records associated with a specified sender.
Implementation Guide:
- Ensure that the
senderId
parameter is correctly formatted and corresponds to an existing sender record. - Use this endpoint to fetch the complete list of recipients associated with a sender, which can be used for displaying information in user interfaces or for verifying recipient details before performing other operations.