{
"id": "<string>",
"url": "<string>",
"events": [
"policy.triggered"
],
"status": "Enabled",
"dateCreated": "<string>",
"dateUpdated": "<string>",
"secret": "<string>",
"description": "<string>"
}Learn about the different webhook events supported by our platform.
POST request directly to your specified URL as soon as an event occurs.
This event-driven approach is more efficient and enables you to build responsive, automated workflows. For example, you can use webhooks to:
Created, Signed, Broadcasted, Confirmed, or Failed.GET/webhooks List Webhooks
POST/webhooks Create Webhook
GET/webhooks/{webhookId} Get Webhook
PUT/webhooks/{webhookId} Update Webhook
DEL/webhooks/{webhookId} Delete Webhook
POST/webhooks/{webhookId}/ping Ping Webhook
Webhook ID
Webhook url
All events this webhook is subscribed to.
WebhookEventKind
policy.triggered, policy.approval.pending, policy.approval.resolved, key.created, key.deleted, key.delegated, key.exported, wallet.blockchainevent.detected, wallet.created, wallet.activated, wallet.delegated, wallet.exported, wallet.signature.failed, wallet.signature.rejected, wallet.signature.requested, wallet.signature.signed, wallet.transaction.broadcasted, wallet.transaction.confirmed, wallet.transaction.failed, wallet.transaction.rejected, wallet.transaction.requested, wallet.transfer.broadcasted, wallet.transfer.confirmed, wallet.transfer.failed, wallet.transfer.rejected, wallet.transfer.requested, wallet.offer.received, wallet.offer.accepted, wallet.offer.rejected, wallet.offer.withdrawn, wallet.tags.modified, payout.action.required Webhook status
Enabled, Disabled Date when webhook was created
Date when webhook was last updated
The secret associated with this webhook, with which webhook requests will be signed.
Short description this webhook's purpose
Was this page helpful?