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
string
required
Market ID.
string
required
Hook ID.
Body Parameters
object
Required for
beforeLiquidation hooks. Object with loan parameters (healthFactor, collateralValue, etc.).object
Required for
afterLiquidation hooks. Object with loanId, auctionId, collateralAmount, debtOwed, borrower.