Test webhook delivery
Webhooks
Send test delivery
Sends a test event to a webhook endpoint to verify connectivity.
POST
Test webhook delivery
Sends a test event to a webhook endpoint using the full signing and delivery pipeline. Use this to verify that your endpoint is reachable and correctly verifying signatures before subscribing to real events. A confirmation email is sent to the authenticated user on success.
Parameters
The ID of the webhook endpoint to test
Event type for the test payload. Defaults to
webhook.test if omitted.Custom JSON payload to send. Defaults to
{"status": "ok", "source": "test-delivery"} if omitted.Responses
The response tells you whether the test delivery reached your endpoint and what HTTP status code it returned.Authorizations
API key for machine-to-machine authentication
Body
application/json

