GET
/
custom
/
org
/
{organization_uuid}
/
reports
/
holdings
curl --request GET \
  --url https://api.tilt.io/custom/org/{organization_uuid}/reports/holdings/ \
  --header 'X-Api-Key: <api-key>'
{
  "total_market_value": "<string>",
  "total_qty": "<string>",
  "num_unique_constituents": 123,
  "num_clients_with_holdings": 123,
  "num_clients_total": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string
required

Response

200 - application/json

The response is of type object.