Frequently asked questions

What is UseWebhook?

UseWebhook is a tool to capture and inspect webhooks from your browser. You can forward incoming webhooks to localhost, or replay individual requests from history.

How does it work?

You get a unique URL to receive your webhooks (i.e. from Slack or Stripe). UseWebhook will capture any requests made to this endpoint. You can then inspect the request data from your browser or forward them to a local development server.

Is this service free to use?

Yes, you can use UseWebhook for free - no sign up required.

Are there any limits?

You can create multiple webhook URLs and send as many requests as you'd like. However, to prevent abuse we rate limit some operations, only store the 20 most recent requests per webhook URL, and limit the request body to 10 kB.

Is my data secure?

We follow industry best practices such as encryption in transit and at rest, DDoS protection, rate limiting and two-factor auth on developer accounts. Additionally, webhook data is automatically deleted after 48 hours of inactivity.

How can I get help?

If you have any questions or feedback, reach out to us at [email protected].