Create a webhook
Webhooks
Create a webhook
Registers a webhook for the authenticated organization. The signing secret is returned only in the creation response. Only portfolio_wallet.* event types are accepted.
POST
Create a webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Example:
"https://ops.acme-treasury.com/webhooks/ground"
Event types to subscribe to.
Minimum array length:
1Available options:
portfolio_wallet.status_changed, portfolio_wallet.deposit.status_changed, portfolio_wallet.withdrawal.status_changed, portfolio_wallet.withdrawal.payout.status_changed, portfolio_wallet.strategy.status_changed, portfolio_wallet.rebalance.status_changed, portfolio_wallet.risk.alert.triggered, portfolio_wallet.risk.alert.resolved, portfolio_wallet.risk.action.status_changed Example:
"Notify treasury operations when wallet balances or withdrawals change"