Register a webhook endpoint
create_webhook_endpointRegister an https endpoint to receive signed webhooks (event announced, fight result, card changed, event completed). The signing secret is returned ONCE — store it before the reply is discarded. At most 3 active endpoints per account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | https:// endpoint that will receive the signed POSTs. | |
| events | No | Event kinds to subscribe to; omit for all of them. |