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.
The response tells you whether the test delivery reached your endpoint and what HTTP status code it returned.
Copy
{ "status": "delivered", "http_status": 200}
Use the test delivery endpoint during development to confirm your signature verification logic works correctly before going live. The test event goes through the same signing pipeline as real events.