Related schemas
- Webhook — field reference for webhook subscription objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v2/webhooks | List webhooks |
| POST | /api/v2/webhooks | Create webhook |
| GET | /api/v2/webhooks/{id} | Get webhook |
| PATCH | /api/v2/webhooks/{id} | Patch webhook |
| DELETE | /api/v2/webhooks/{id} | Delete webhook |
| GET | /api/v2/webhooks/event-types | List available event types |
| POST | /api/v2/webhooks/{id}/test | Test a webhook |
| POST | /api/v2/webhooks/{id}/resume | Resume a webhook |