Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Collateral Management
List customer’s collateral, retrieve collateral.
Collateral types are categorized as equity share, deposit pledge and other (which includes everything that exclude share and pledge)
This new API contains 4 endpoints:
- GET /collateral-items/customers/{customerId}: Retrieve list of Customer Collateral
- GET /collateral-items/equity-shares/{collateralId}: Retrieve details of a Equity Share Collateral
- GET /collateral-items/deposit-pledges/{collateralId}: Retrieve details of a Deposit Pledge Collateral
- GET /collateral-items/others/{collateralId}: Retrieve details of Collateral other than Equity Shares and Deposit Pledge
More documentation here.