Skip to content
Get Started

Webhooks

Get webhooks
get/api/account/webhooks
Add webhooks
post/api/account/webhooks
Replace webhooks
put/api/account/webhooks
Delete webhooks
delete/api/account/webhooks
ModelsExpand Collapse
WebhookConfiguration = object { url, secret }
url: string

Webhook endpoint URL for receiving callbacks

formaturi
secret: optional string

Secret for webhook signature verification