Get investment portfolio
GET/api-portfolio
Returns the authenticated user's full investment portfolio with a summary (total invested, total shares, number of cooperatives, estimated annual dividend), individual investment positions with cooperative details, and any pending applications.
Responses
- 200
- 401
- 403
- 405
- 500
Portfolio retrieved successfully
Missing or invalid API key or JWT
API key is invalid or inactive
Method not allowed (only GET is supported)
Internal server error