GET
/
user
/
{id}
User Details
curl --request GET \
  --url https://cashboard-f5x2.onrender.com/user/{id}
{
  "_id": "662fbbe0ac827e370c18d4b0",
  "username": "michellemso",
  "email": "michellemuthoni2@gmail.com",
  "password": "$2a$10$yjp6lyCU6.jwQrhOG/7kjOnCJQC5uSbk2gs62oj8EqGN0s5lU3UM.",
  "currency": "KSH",
  "accounts": [],
  "income": [],
  "expenses": [],
  "savings": [],
  "investments": [],
  "reports": [],
  "transactions": [],
  "createdAt": "2024-04-29T15:25:20.377Z",
  "updatedAt": "2024-04-29T15:25:20.377Z",
  "__v": 0
}

Path Parameters

id
string
required

required

Response

200
application/json

OK

The response is of type object.