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.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
