Webhooks
| Method | Path | Description |
|---|---|---|
GET | /v1/webhooks | List configs |
GET | /v1/webhooks/config | Current config |
POST | /v1/webhooks | Create or update endpoint |
DELETE | /v1/webhooks/:webhook_id | Disable webhook |
GET | /v1/webhooks/deliveries | Recent delivery attempts |
See the Webhooks guide for signature verification and event handling.