Portfolios API
Use the Portfolio API to create and manage your Portfolios.
Last updated
Use the Portfolio API to create and manage your Portfolios.
Last updated
POST
/v1/organizations/{{id}}/ledgers/{{id}}/portfolio
Use this endpoint to create a Portfolio.
Headers
Name | Value |
---|---|
Response codes
GET
/v1/organizations/{{id}}/ledgers/{{id}}/portfolios
Use this endpoint to retrieve the information about all Portfolios in the Ledger.
Headers
Query parameters
Response codes
GET
/v1/organizations/{{id}}/ledgers/{{id}}/portfolios/{{id}}
Use this endpoint to retrieve the information of a specific Portfolio.
Headers
Response codes
PATCH
/v1/organizations/{{id}}/ledgers/{{id}}/portfolios/{{id}}
Use this endpoint to edit and update the information of a specific Portfolio. When you update a Portfolio, the following fields can be edited:
name
status
entityId
metadata
When updating the metadata
object, all previous key-value pairs must be included in the update, or they will be removed.
Headers
Response codes
DELETE
/v1/organizations/{{id}}/ledgers/{{id}}/portfolios/{{id}}
Use this endpoint to deactivate a specific Portfolio.
Headers
Response codes
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Name | Value |
---|---|
Name | Value |
---|---|
Name | Value |
---|---|
Content-Type
application/json
Authorization
Bearer <token>
Authorization
Bearer <token>
status
Array
An object containing information about the portfolio status.
entityId
String (UUID)
The unique identifier of the Entity.
Authorization
Bearer <token>
Content-Type
application/json
Authorization
Bearer <token>
Authorization
Bearer <token>