GET
/
account
All Accounts
curl --request GET \
  --url https://cashboard-f5x2.onrender.com/account
{
  "accounts": [
    {
      "name": "KCB Account",
      "desc": "My checking account",
      "currentAmount": 157000,
      "_id": "662fbf9eac827e370c18d4b9"
    }
  ]
}

Query Parameters

user
string

required

Response

200
application/json

OK

The response is of type object.