Response
OK
curl --request GET \
--url https://api.copper.co/platform/clearloop/portfolios
{
"portfolios": [
{
"delegationsEnabled": true,
"organizationId": "<string>",
"portfolioId": "<string>",
"settlementDetails": {
"comments": "<string>",
"status": "not-yet-settled"
},
"undelegationsEnabled": true
}
]
}
curl --request GET \
--url https://api.copper.co/platform/clearloop/portfolios
{
"portfolios": [
{
"delegationsEnabled": true,
"organizationId": "<string>",
"portfolioId": "<string>",
"settlementDetails": {
"comments": "<string>",
"status": "not-yet-settled"
},
"undelegationsEnabled": true
}
]
}
OK
Show child attributes