Webhook 测试

生成唯一 URL,实时查看 HTTP 请求

Create a Webhook Endpoint

Generate a unique URL that captures every HTTP request sent to it. Endpoints expire after 48 hours. Sign in for persistent endpoints.

How it works:Click “New Endpoint” to generate a unique URL. Send any HTTP request (GET, POST, PUT, DELETE, etc.) to that URL and it will appear here in real time. Perfect for testing webhooks, debugging API callbacks, and inspecting request payloads. Sign in to get persistent endpoints, higher request limits, and custom response configuration.

相关工具

常见问题

webhook 测试器会生成一个唯一 URL,用来接收并记录发到它的每个 HTTP 请求。你可以实时查看请求方法、headers、query 参数、body 和 IP 地址。调试 Stripe、GitHub、Slack 等服务的 webhook 集成时非常有用。

点击 “New Endpoint” 生成唯一 URL,复制后填到你要测试的服务里作为 webhook 目标地址。之后所有发到该 URL 的请求都会实时出现在收件箱中,点击即可查看完整详情。

webhook 数据会临时存储,并且只能通过该唯一 endpoint URL 访问。公共 endpoint 48 小时后过期,最多接收 200 次请求。需要长期保留和更高额度时,可用免费账号登录。

可以。登录用户可配置返回给调用方的 HTTP 状态码、响应 body 和 content type,便于测试你的应用在不同 webhook 响应下的处理逻辑。

支持所有标准 HTTP 方法:GET、POST、PUT、PATCH、DELETE、HEAD、OPTIONS。无论哪种方法,都会完整捕获请求内容。

这个 webhook 测试器集成在 JSONTech 的开发者工具箱里,可与 JSON formatter、validator、API explorer 等工具配合使用。公共使用免费且无需注册;登录后可获得持久 endpoint 和自定义响应配置。