Webhook Inbox
Create a temporary endpoint, receive webhooks, and inspect payloads in real time.
Payloads stored temporarily per session; not retained after you close the tab.
Webhook Inbox is being set up and will be available shortly. Check back soon.
Your Inbox Endpoint
https://lanternkit.dev/inbox/<random-id>
Received Requests
Waiting for requests…
Send a webhook to your endpoint to see it here.
Inspector
Select a request to inspect its headers and body.
Replay Request
ProReplay is a Pro feature. Upgrade to re-send captured payloads to any target URL — with optional body edits before resending.
Common Use Cases
- Debug Stripe webhooksCreate a temporary inbox URL, configure it in the Stripe dashboard as a test endpoint, and inspect the raw payload and signature headers.
- Test GitHub Actions webhooksPoint a GitHub repository webhook at your inbox URL to capture push, PR, and release events and verify the payload structure.
- Inspect Shopify event payloadsReceive Shopify order and inventory webhooks and inspect the full JSON body to build your integration.
Pro plan — coming soon
Save your history, create reusable presets, and share outputs with a link. One plan, all tools.
See what's planned →Frequently Asked Questions
Related Tools
API Request Builder
Build and send HTTP requests from your browser. Set method, headers, and body, then see the full response with status, headers, and body. Server-side proxy avoids CORS restrictions.
CORS Tester
Send a real preflight and actual request to any URL and diagnose the CORS configuration. Identifies missing or misconfigured Allow-Origin, methods, and credentials headers.
Redirect Checker
Follow HTTP redirect chains for any URL. See every hop with status code, Location header, and timing. Debug redirect loops, broken chains, and final destinations.
HTTP Header Analyzer
Paste raw HTTP response headers and check for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and more.