The fastest way to
test webhooks
Get a URL, point any service at it, and watch every request arrive live. Send signed Stripe or GitHub samples, forward to localhost, assert in CI — or let your AI agent do it over MCP.
No credit card · 50 requests/day free · or grab a URL without an account
Live preview
How it works
Get a URL
Sign in free with GitHub or Google and create an endpoint in one click — or grab a guest URL without an account.
Point your service
Configure Stripe, GitHub, or any service to send webhooks to your URL.
See what arrives
Headers, body, query params — live. Forward to localhost or assert in tests.
Webhook tools that fit how you build
Use the dashboard, the CLI, the SDK, or your AI agent. Same webhooks, your workflow.
See requests the moment they arrive
Headers, body, query params — formatted, searchable, and exportable as JSON or CSV. Live updates, no refresh needed.
Send signed provider test webhooks
Realistic payloads with correct signature headers for Stripe, GitHub, Shopify, and 30+ more — test your verification code end-to-end.
Return custom mock responses
Set status codes, headers, and body per endpoint. Changes take effect instantly — no deploy, no restart.
Forward to localhost. Assert in CI.
whk tunnel forwards webhooks to your local port. The TypeScript SDK waits for events and asserts payload shape in your test suite.
Let your AI agent debug webhooks
Connect Claude Code, Cursor, VS Code, or Codex via MCP. Your agent creates endpoints, sends tests, and inspects requests — through natural language.
Collaborate with your team Pro
Invite members, share endpoints, and debug webhooks together. Create teams with scoped roles and a shared endpoint view.
Signed test webhooks for 30+ providers
Realistic sample payloads with valid signature headers — test your verification code without touching a production account.
From terminal to test suite
Install the CLI, the SDK, or the MCP server — then script every part of the webhook lifecycle.
# Send manually with curl
$ curl -X POST https://go.webhooks.cc/w/abc123 \
-H "Content-Type: application/json" \
-d '{"event": "payment.success", "amount": 4999}'
# Or send a signed provider template in TypeScript
await client.endpoints.sendTemplate(slug, {
provider: "stripe",
template: "checkout.session.completed",
secret: "whsec_test_123",
});
# Wait for it in your tests
const req = await client.requests.waitFor(slug, {
timeout: "30s",
match: matchHeader("stripe-signature"),
});Pro feature
Built for teams
Create a team, invite your colleagues, and share endpoints. Everyone sees the same incoming webhooks in real time — no more pasting URLs in Slack.
Try TeamsRequires Pro plan
Straightforward pricing
Every feature on both tiers. Only Teams is Pro-exclusive.
Free
$0/forever
- 50 requests/day
- 7-day data retention
- Unlimited endpoints
- CLI, SDK & MCP access
- Mock responses & replay
- —Teams (Pro only)
Pro
$8/month
- 100,000 requests/month
- 30-day data retention
- Unlimited endpoints
- CLI, SDK & MCP access
- Mock responses & replay
- Teams — invite members, share endpoints
Start free, upgrade later
See how we compare
Honest, developer-focused comparisons against popular alternatives.
vs Webhook.site
SDK, MCP, and minimal feature gating vs established browser-based inspection.
Read comparisonvs ngrok
Webhook testing platform vs general-purpose tunnel.
Read comparisonvs RequestBin
Focused webhook testing vs Pipedream workflow automation.
Read comparisonvs Hookdeck
Development testing tool vs production webhook infrastructure.
Read comparisonvs Beeceptor
Webhook inspection + SDK + MCP vs API mocking-first workflows.
Read comparisonvs Smee.io
Full testing platform vs GitHub's lightweight webhook proxy.
Read comparisonQuestions
Common questions about webhooks.cc, answered.
Your next webhook is one URL away
Create an endpoint, point your service at it, and see what arrives. Free forever.
No credit card · or try without an account