get https://api.lenco.co/access/v2/accounts
Retrieve information about your bank accounts
Response schema:
{
"status": boolean,
"message": string,
"data": [
{
"id": string,
"details": {
"type": string,
"accountName": string,
"tillNumber": string
},
"type": string,
"status": string,
"createdAt": date-time,
"currency": string,
"availableBalance": string | null,
"ledgerBalance": string | null
}
],
"meta": {
"total": number,
"pageCount": number,
"perPage": number,
"currentPage": number
}
}
date-time
All date-time fields are expressed in ISO8601 UTC times.