Reopen a portfolio
Portfolio
Reopen a portfolio
Handles the reopening of a previously-closed portfolio.
Endpoint
POST /api/v1/portfolio/reopen
Authentication
Device-key cookie or X-API-KEY header. The credential’s account owns the target portfolio,
and a pinned credential may only act on its own subaccount.
Returns
200 OKwithPortfolioStatusResponseon success.409 Conflictif the portfolio is not inCLOSEDstatus.
POST
Reopen a portfolio
Authorizations
Base64-encoded API key issued by POST /api/v1/api-keys.
Body
application/json
Response
Portfolio reopened
Response returned after a successful portfolio close or reopen.