GET
/
api
/
v1
/
custom
/
org
/
{organization_uuid}
/
cURL
curl --request GET \
  --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/ \
  --header 'X-Api-Key: <api-key>'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "no_hold_tickers": [
    {
      "ticker": {
        "symbol": "<string>",
        "exchange": "<string>",
        "name": "<string>",
        "description": "<string>",
        "image_url": "<string>",
        "ticker_url": "<string>",
        "ticker_type": "<string>",
        "market_cap": 123,
        "sic_description": "<string>"
      },
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ],
  "no_trade_tickers": [
    {
      "ticker": {
        "symbol": "<string>",
        "exchange": "<string>",
        "name": "<string>",
        "description": "<string>",
        "image_url": "<string>",
        "ticker_url": "<string>",
        "ticker_type": "<string>",
        "market_cap": 123,
        "sic_description": "<string>"
      },
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ],
  "factor_values": [
    {
      "name": "<string>",
      "values": {}
    }
  ],
  "factor_exposure_bounds": [
    {
      "factor": "<string>",
      "min_bound": "<string>",
      "max_bound": "<string>",
      "min_active_bound": "<string>",
      "max_active_bound": "<string>"
    }
  ],
  "tax_preferences": {
    "tax_region": "USA",
    "short_term_rate": "<string>",
    "long_term_rate": "<string>",
    "tax_algorithm": "AVG_COST",
    "harvesting": "<string>",
    "tracking_error_threshold": "<string>",
    "wash_sale_threshold": 1073741823,
    "long_term_threshold": 1073741823,
    "ordinary_income_tax_rate": "<string>",
    "n_high_loss_lots": 1073741823
  },
  "default_portfolio_settings": {
    "scaling_factor": "<string>",
    "min_weight": "<string>",
    "max_weight": "<string>",
    "benchmark_indexes": [
      {
        "benchmark_index": {
          "identifier": "<string>",
          "name": "<string>"
        },
        "weight": "<string>"
      }
    ]
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string<uuid>
required

Response

200 - application/json

The response is of type object.