Webhooks API
Configure webhook endpoints to receive real-time notifications when events occur in your workspace.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /webhooks | List all webhook endpoints |
GET | /webhooks/:id | Get webhook details |
POST | /webhooks | Create a webhook endpoint |
PATCH | /webhooks/:id | Update a webhook endpoint |
DELETE | /webhooks/:id | Delete a webhook endpoint |
Webhook Events
See the Webhooks Overview for a complete list of events and payload formats.
info
Detailed request/response schemas will be added based on the API implementation.