Skip to main content

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.

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

endpoint_id
uuid
required
The ID of the webhook endpoint to test
event_type
string
Event type for the test payload. Defaults to webhook.test if omitted.
payload
object
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.
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.