v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Webhooks

Send a test event to a webhook endpoint

Synchronously delivers a synthetic webhook.test event to the endpoint and returns the HTTP result. No retries. Useful for validating that a new endpoint is reachable and its signature verifier works. The delivery is not persisted in the delivery history.

post/webhooks/v1/endpoints/{id}/test

Path parameters

idstring required

Request body

eventTypestring

Event type to simulate. Defaults to "webhook.test".

payloadobject

Custom data payload. Defaults to a small placeholder.

Response

Delivery result