List assets for investors

POST/api/portfolio/investors/assets

Request body

Body shape: Portfolio_InvestorAssetsRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/investors/assets\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "investor_ids": [],
  "date": "date"
}'