Hooks
Execute Hook
Manually trigger a hook execution
POST
Runs a hook immediately outside its scheduled cycle. For
monitorRisk hooks, fetches and evaluates the risk URI. For beforeLiquidation and afterLiquidation hooks, you must provide the relevant data in the request body.
Path Parameters
Market ID.
Hook ID.
Body Parameters
Required for
beforeLiquidation hooks. Object with loan parameters (healthFactor, collateralValue, etc.).Required for
afterLiquidation hooks. Object with loanId, auctionId, collateralAmount, debtOwed, borrower.