GET
/
clearloop
/
portfolios
/
{portfolioId}
Get ClearLoop Portfolio by Id
curl --request GET \
  --url https://api.copper.co/platform/clearloop/portfolios/{portfolioId}
{
  "delegationsEnabled": true,
  "portfolioId": "<string>",
  "settlementDetails": {
    "comments": "<string>",
    "status": "not-yet-settled"
  },
  "undelegationsEnabled": true
}

Path Parameters

portfolioId
string
required

Response

OK

delegationsEnabled
boolean

Whether delegations are enabled for ClearLoop portfolio

portfolioId
string

ClearLoop Portfolio identifier

settlementDetails
object

Settlement details associated with the ClearLoop portfolio

undelegationsEnabled
boolean

Whether undelegations are enabled for ClearLoop portfolio