Test Webhook
Webhooks
Test Webhook
POST
Test Webhook
Sends a test ping event to verify webhook connectivity and signature validation.
Overview
Use this endpoint to verify that your webhook endpoint is correctly configured and can receive and validate webhook payloads. The test sends aping event to your endpoint.
The webhook must be subscribed to the
ping event for testing to work.Authentication
Bearer token with
write:webhooks scopePath Parameters
The webhook configuration ID (UUID v4)
Response
Whether the test was successful
Unique delivery ID for tracking (only on success)
HTTP status code returned by your endpoint (only on success)
Request duration in milliseconds (only on success)
Human-readable result message
Example Request
Example Responses
Successful Test
Failed Test
Missing Ping Event Subscription
Webhook Disabled
Test Payload
Your endpoint will receive this payload during testing:Verifying Signature in Test
Use the test to verify your signature validation is working correctly:Troubleshooting
Test fails with timeout
Test fails with timeout
- Ensure your endpoint is publicly accessible
- Check if your firewall allows incoming connections
- Verify your endpoint responds within 30 seconds
Test fails with connection refused
Test fails with connection refused
- Verify the webhook URL is correct
- Check if your server is running
- Ensure the port is open and accessible
Test fails with 401/403
Test fails with 401/403
- Check your custom Authorization header value
- Verify your endpoint’s authentication logic
- Ensure signature verification is working correctly
'Not subscribed to ping events'
'Not subscribed to ping events'
Add the ping event to your webhook:
Related
Webhooks Guide
Learn about signature verification
Update Webhook
Add ping event subscription