Free Webhook Tester

Create a unique URL, send any HTTP request to it, and inspect headers, body, query params, and method in real-time. No signup required.

ID: - Created: - Expires in: 1h
Listening for requests... (polling every 3s) 0 captured

How It Works

1
Create a webhook -- get a unique URL that captures any incoming HTTP request.
2
Send requests -- use curl, Postman, your app, or any HTTP client. Supports GET, POST, PUT, DELETE, PATCH.
3
Inspect everything -- see method, headers, body, query params, and timestamps in real-time.

API Reference

# Create a webhook
curl -X POST https://nopii.xyz/v1/webhook/create

# Send a test request to it
curl -X POST https://nopii.xyz/v1/webhook/catch/{id} \
  -H "Content-Type: application/json" \
  -d '{"hello": "world"}'

# Inspect captured requests
curl https://nopii.xyz/v1/webhook/inspect/{id}

Rate limit: 5 webhooks/day per IP. Max 50 requests per webhook. Webhooks expire after 1 hour.

More Developer Tools