Alternatives to WebHook Tester

A self-hosted tool for testing and debugging webhooks and HTTP requests on randomly generated URLs. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as WebHook Tester.

  • Webhook.site

    A web service that gives you a unique URL and email address to inspect incoming requests.

    FreemiumProprietaryWeb

    Webhook.site is a hosted freemium service that also captures emails and DNS lookups and offers workflows, but payloads leave your own infrastructure.

  • Request Catcher

    A web tool that gives you a subdomain and shows every HTTP request sent to it live.

    FreeProprietaryWeb

    Request Catcher needs no hosting and shows requests live on a chosen subdomain, but traffic passes through a public third-party service.

  • Hookdeck Console

    A free web tool for receiving, inspecting, replaying and saving webhook and HTTP request events.

    FreeProprietaryWeb

    Hookdeck Console is a free hosted tool that adds replay and saving of events, with payloads passing through a third party instead of your server.

  • Beeceptor

    A web service for creating mock API servers and inspecting incoming webhook requests in real time.

    FreemiumProprietaryWeb

    Beeceptor is hosted and adds mock API servers with dynamic responses, but requests go through a third party and advanced features are paid.

  • TypedWebhook.tools

    A webhook testing tool that logs requests and generates TypeScript types and schemas from payloads.

    FreeProprietaryWeb

    TypedWebHook.tools is hosted and generates TypeScript types and schemas from payloads, but you give up keeping requests on your own infrastructure.

  • Mockbin

    A free web tool that creates mock API endpoints with fixed responses and logs requests to them.

    Mockbin is an open-source hosted tool that pairs request inspection with mock endpoints, with no self-hosting of the captured traffic.

Also worth comparing

These listings name WebHook Tester as their own alternative, so the relationship runs both ways.

  • PutsReq

    A web tool that records incoming HTTP requests and returns fake responses you define in JavaScript.

    FreeProprietaryWeb

    WebHook Tester runs on your own server so payloads stay in-house, with customisable response codes, but captured requests are held only in memory.

Similar software

Related functionality, not a direct replacement.