GET
/
investment
/
{id}
Investment
curl --request GET \
  --url https://cashboard-f5x2.onrender.com/investment/{id}
{
  "desc": "Bitcoin",
  "currentAmount": 95000,
  "category": "Cryptocurrency",
  "_id": "662ff8a5712cd9fd793e1fb7",
  "createdAt": "2024-04-29T19:44:37.441Z",
  "updatedAt": "2024-04-29T19:44:37.441Z"
}

Path Parameters

id
string
required

Query Parameters

user
string

Response

200
application/json

OK

The response is of type object.