Webhooks
Webhooks
Outbound webhook subscriptions, test fires, and delivery history.
Outbound webhook subscriptions, test fires, and delivery history.
| Method | Endpoint | Path |
|---|---|---|
GET | List webhooks | /webhooks |
POST | Create a webhook | /webhooks |
GET | Get a webhook | /webhooks/{webhook_id} |
PATCH | Update a webhook | /webhooks/{webhook_id} |
DELETE | Delete a webhook | /webhooks/{webhook_id} |
GET | List webhook deliveries | /webhooks/{webhook_id}/deliveries |
POST | Send a test delivery | /webhooks/{webhook_id}/test |