Webhooks API
10 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/webhook-endpoints/ |
List Webhook Endpoints |
POST |
/api/webhook-endpoints/ |
Create Webhook Endpoint Accepts a JSON body. |
GET |
/api/webhook-endpoints/event-types |
List Event Types |
GET |
/api/webhook-endpoints/{endpoint_id} |
Get Webhook Endpoint |
PATCH |
/api/webhook-endpoints/{endpoint_id} |
Update Webhook Endpoint Accepts a JSON body. |
DELETE |
/api/webhook-endpoints/{endpoint_id} |
Delete Webhook Endpoint |
GET |
/api/webhook-endpoints/{endpoint_id}/deliveries |
List Deliveries Query: limit. |
POST |
/api/webhook-endpoints/{endpoint_id}/deliveries/{delivery_id}/replay |
Replay Delivery |
POST |
/api/webhook-endpoints/{endpoint_id}/rotate-secret |
Rotate Secret |
POST |
/api/webhook-endpoints/{endpoint_id}/test |
Test Webhook Endpoint |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.