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
Documentation Index
Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt
Use this file to discover all available pages before exploring further.
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.balance.updated, portfolio_wallet.deposit.status_changed, portfolio_wallet.withdrawal.status_changed, portfolio_wallet.withdrawal.payout.status_changed, portfolio_wallet.position.updated, portfolio_wallet.strategy.status_changed Example:
"Notify treasury operations when wallet balances or withdrawals change"