Webhook Inspector

Create a temporary webhook endpoint to inspect incoming HTTP requests.

Perfect for testing callbacks, debugging integrations, and prototyping.

API Docs

Accepts every HTTP method — GET, POST, and beyond. Your endpoint stays live for 24 hours, with your latest 100 requests ready to inspect.

Why use it

How it works

  1. 1

    Create your endpoint

    Click Create Webhook to get a unique URL instantly. No sign-up, no config files.

  2. 2

    Send requests

    Point your app, curl, or third-party service at the URL. Every method and payload is recorded.

  3. 3

    Inspect and debug

    Review captured requests in the live inspector — copy JSON, delete noise, and ship faster.

FAQ

How long does a webhook stay active?

Each webhook endpoint stays live for 24 hours. Check the x-expires-on response header or the expiry badge in the inspector.

How many requests can I capture?

Up to 100 requests per webhook. When the limit is reached, the oldest requests are removed automatically.

Which HTTP methods are supported?

All of them — GET, POST, PUT, PATCH, DELETE, OPTIONS, and more.

Is sensitive data stored?

Headers like authorization, cookie, and x-api-key are stripped before storage. Maximum payload size is 300 KB.

Can I use GET requests to my webhook URL?

Yes. API clients and tools like curl capture requests normally. Opening the URL in a browser shows the interactive inspector instead.

Ready to debug your webhooks?

Create a free endpoint in one click and start capturing requests right away.