get https://api.lenco.co/access/v2/transfer-recipients
Retrieve information about all your transfer recipients
Response schema:
{
"status": boolean,
"message": string,
"data": [
{
"id": string,
"currency": string,
"type": string,
"country": string,
"details": {
"type": string,
"accountName": string,
"accountNumber": string | null,
"bank": {
"id": string,
"name": string,
"country": string
} | null,
"phone": string | null,
"operator": string | null,
"walletNumber": string | null,
"tillNumber": string | null
}
}
],
"meta": {
"total": number,
"pageCount": number,
"perPage": number,
"currentPage": number
}
}
Response