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:

MethodPathSummary
GET/v1/webhook-deliveriesList Webhook Deliveries
GET/v1/webhook-deliveries/{delivery_id}Get Webhook Delivery
GET/v1/webhook-endpointsList Webhook Endpoints
POST/v1/webhook-endpointsCreate 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-secretRotate Webhook Endpoint Secret
POST/v1/webhook-endpoints/{webhook_endpoint_id}/testTest Webhook Endpoint

Loading API reference...