Get portfolio statistics and investment details for a specific investor.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
{
"success": true,
"data": {
"total_invested": 250000,
"units_owned": 3,
"average_ownership": 15.5,
"expected_annual_return": 31250,
"units": [
{
"id": 1,
"code": "UNIT-0001",
"name_en": "Downtown Office Tower",
"name_ar": "برج المكاتب وسط المدينة",
"ownership_percentage": 10.5,
"invested_amount": 100000,
"status": "active",
"expected_annual_return": 12.5
}
]
}
}
Modified at 2026-01-31 12:19:15