Authorization: Bearer ********************
curl --location --request GET 'https://devapi.collect.africa/transfers/recipients'
{ "message": "Fetched transfer recipients successful", "data": [ { "id": 1, "name": "Wale Test", "account_name": "MARTINS ADEWALE", "account_number": "0227171712", "short_code": "TRP_rt8sm0j1je", "bank_name": "Guaranty Trust Bank", "bank_code": "058", "currency": "NGN", "country": "NG", "created_at": "2021-05-22T14:01:07.638Z", "updated_at": "2021-05-22T14:01:07.638Z" } ], "metadata": { "page": 1, "perPage": 50, "total": 1, "pageCount": 1, "previousPage": false, "nextPage": false, "totalPages": 1 } }