语言
/v1/webhook/inbox/create
创建带有接收 URL 的唯一 Webhook 收件箱。 发送到收件箱 URL 的任何 POST 请求都会存储 24 小时。 使用列表端点检索所有捕获的有效负载。 对于在不部署服务器的情况下测试第三方 Webhook 集成非常有用。
curl -X POST https://api.botoi.com/v1/webhook/inbox/create \ -H "Content-Type: application/json" \ -d '{}'
创建收件箱,将 URL 粘贴到 Stripe 的 webhook 设置中,然后触发测试事件。 在编写处理程序代码之前检索捕获的有效负载以验证结构。
将失败的 Webhook 指向临时收件箱,以捕获提供商发送的确切负载。 将其与您的解析器期望进行比较以找到不匹配的地方。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.