Webhook Endpoints
Register URLs to receive real-time event notifications. See the Webhooks guide for verification and event types.Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/webhooks | Create a webhook |
GET | /v1/webhooks/{id} | Get a webhook |
GET | /v1/webhooks | List webhooks |
PATCH | /v1/webhooks/{id} | Update a webhook |
DELETE | /v1/webhooks/{id} | Delete a webhook |