Details
POST {{uri}}/account/detail
{
"code": 200,
"message": "Account Information",
"data": {
"id": 9,
"name": "DEV Account",
"email": "[email protected]",
"status": "ACTIVE",
"wallets": [
{
"id": 8,
"balance": "298",
"currency": "KES",
"country_name": "Kenya"
},
{
"id": 9,
"balance": "1000",
"currency": "UGX",
"country_name": "Uganda"
}
],
"created_at": "2025-07-08T18:51:21.000000Z"
}
}
Last updated