APIReference
Webhooks API
Generated OpenAPI reference for the Webhooks API surface.
Overview
Webhooks endpoints are part of the public Everyn API. Webhook endpoint management, one-time signing-secret display/rotation, test deliveries, and public-safe delivery inspection.
Endpoints
The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.
Endpoint summary for quick scanning before using the generated reference:
| Method | Path | Summary |
|---|---|---|
GET | /v1/webhook-deliveries | List Webhook Deliveries |
GET | /v1/webhook-deliveries/{delivery_id} | Get Webhook Delivery |
GET | /v1/webhook-endpoints | List Webhook Endpoints |
POST | /v1/webhook-endpoints | Create Webhook Endpoint |
GET | /v1/webhook-endpoints/{webhook_endpoint_id} | Get Webhook Endpoint |
PATCH | /v1/webhook-endpoints/{webhook_endpoint_id} | Update Webhook Endpoint |
DELETE | /v1/webhook-endpoints/{webhook_endpoint_id} | Delete Webhook Endpoint |
POST | /v1/webhook-endpoints/{webhook_endpoint_id}/rotate-secret | Rotate Webhook Endpoint Secret |
POST | /v1/webhook-endpoints/{webhook_endpoint_id}/test | Test Webhook Endpoint |
Loading API reference...