Documentation

Everything you need to know about testing webhooks with WebhookDebugger

Quick Start
Get up and running in minutes

1. Create an Account

Sign up for free at webhookdebugger.com/signup

2. Create an Endpoint

Click "New Endpoint" in your dashboard to generate a unique URL

3. Send a Test Webhook

curl -X POST \
  https://webhookdebugger.com/api/webhooks/YOUR_KEY \
  -H "Content-Type: application/json" \
  -d '{"test": "data"}'

4. View Your Webhook

See the webhook appear in real-time in your dashboard

API Reference
Webhook endpoint specifications

Endpoint URL Format

https://webhookdebugger.com/api/webhooks/{endpoint_key}

Supported Methods

GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD

Response Format

{
  "success": true
}

Custom response codes and bodies can be configured

Security Best Practices
Keep your webhooks secure
  • Verify Signatures

    Always verify webhook signatures from providers

  • Use Webhook Secrets

    Configure authentication secrets for your endpoints

  • Rate Limiting

    Built-in rate limiting protects your endpoints

Need More Help?

Can't find what you're looking for? We're here to help.