Webhooks API
Manage webhook subscriptions for platform events.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/webhooks | List all webhooks |
GET | /api/v1/webhooks/{id} | Get webhook by ID |
POST | /api/v1/webhooks | Create a webhook |
PUT | /api/v1/webhooks/{id} | Update a webhook |
DELETE | /api/v1/webhooks/{id} | Delete a webhook |
POST | /api/v1/webhooks/{id}/test | Test a webhook |