Customizing Portfolios
Get organization
API Documentation
Getting Started
Customizing Portfolios
Bulk Customization
Customizing Portfolios
Get organization
GET
/
custom
/
org
/
{organization_uuid}
curl --request GET \
--url https://api.tilt.io/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"
}
]
}
Authorizations
Path Parameters
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url https://api.tilt.io/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"
}
]
}