Webhooks
Webhooks — 6 endpoints.
List all webhook endpoints for the current business
GET /webhooks
Create a webhook endpoint
POST /webhooks
Get a webhook endpoint with recent delivery stats
GET /webhooks/id
Update a webhook endpoint
PATCH /webhooks/id
Delete a webhook endpoint (soft delete)
DELETE /webhooks/id
Send a test webhook to verify endpoint connectivity
POST /webhooks/id/test

