Response
OK
An array of ClearLoop portfolios (i.e. accounts) held at Copper
curl --request GET \
--url https://api.copper.co/platform/clearloop/portfolios{
"portfolios": [
{
"delegationsEnabled": true,
"disabledDelegationsReason": "<string>",
"disabledUndelegationsReason": "<string>",
"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,
"disabledDelegationsReason": "<string>",
"disabledUndelegationsReason": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"settlementDetails": {
"comments": "<string>",
"status": "not-yet-settled"
},
"undelegationsEnabled": true
}
]
}OK
An array of ClearLoop portfolios (i.e. accounts) held at Copper
Show child attributes
Was this page helpful?