GET
/
savings
All Savings
curl --request GET \
  --url https://cashboard-f5x2.onrender.com/savings
{
  "savings": [
    {
      "desc": "New Car",
      "goal": "950000",
      "currency": "KSH",
      "_id": "662fd2808f1d17198913a0c8",
      "createdAt": "2024-04-29T17:01:52.662Z",
      "updatedAt": "2024-04-29T17:01:52.662Z"
    }
  ]
}

Query Parameters

user
string

Response

200
application/json

OK

The response is of type object.