# Webhook T. ## Docs - [Create Your Webhooktrap Account and Manage Sign-In](https://docs.webhooktrap.dev/account-setup.md): Sign up for a free Webhooktrap account to get persistent inboxes, full replay history, and read-only share links for your whole team. - [Authenticate Webhooktrap API Requests with Bearer Tokens](https://docs.webhooktrap.dev/api/authentication.md): Webhooktrap API requests use Bearer token authentication. Get your API token from the dashboard and pass it in the Authorization header. - [Events API: List and Inspect Captured Webhook Events](https://docs.webhooktrap.dev/api/events.md): GET /api/v1/inboxes/:id/events returns a paginated list of captured webhook events with full headers, body, query string, and metadata. - [Inboxes API: Create Webhook Inboxes Programmatically](https://docs.webhooktrap.dev/api/inboxes.md): POST /api/v1/inboxes creates a new webhook inbox and returns its unique ingest URL. Use this endpoint to programmatically set up capture endpoints. - [Webhooktrap REST API Overview: Endpoints and Format](https://docs.webhooktrap.dev/api/overview.md): Explore the Webhooktrap REST API. Create inboxes, list captured events, and trigger replays programmatically from any HTTP client. - [Replay API: Forward Captured Events to Any Destination](https://docs.webhooktrap.dev/api/replay.md): POST /api/v1/events/:eventId/replay forwards a captured event to any URL and returns the HTTP status code, latency, and response body from your server. - [Webhook Payload Capture: Headers, Body, and Method](https://docs.webhooktrap.dev/concepts/capture.md): Webhooktrap records every byte of an incoming webhook — HTTP method, headers, query string, and raw body — with zero normalization before inspection. - [Webhooktrap Inboxes: Your Webhook Capture Endpoints](https://docs.webhooktrap.dev/concepts/inboxes.md): An inbox is a unique HTTPS endpoint that receives webhook events from any provider. Learn how inboxes work and when to use anonymous vs saved. - [Replaying Webhooks to Localhost or Staging Environments](https://docs.webhooktrap.dev/concepts/replay.md): Re-send any captured webhook to a URL you control. Webhooktrap forwards the original payload and returns the HTTP status code, latency, and response body. - [Share Captured Webhook Events with Read-Only Links](https://docs.webhooktrap.dev/concepts/sharing.md): Generate a read-only link to any captured event so teammates can inspect the payload, copy JSON, and rebuild cURL — no Webhooktrap account needed. - [Anonymous vs Saved Inboxes: Choosing the Right Mode](https://docs.webhooktrap.dev/guides/anonymous-vs-saved.md): Webhooktrap offers anonymous inboxes for instant testing and saved inboxes for ongoing integrations. Learn the differences and when to use each. - [Debug Webhook Handlers on Localhost with Webhooktrap](https://docs.webhooktrap.dev/guides/debug-locally.md): Use Webhooktrap to capture real provider events and replay them to your local server — see the exact response your handler returns without tunnel setup. - [Share Webhook Events with Your Team in Webhooktrap](https://docs.webhooktrap.dev/guides/team-debugging.md): Generate read-only share links for captured events so teammates can inspect payloads, copy cURL commands, and review headers — no account needed. - [Debug and Replay GitHub Webhook Events with Webhooktrap](https://docs.webhooktrap.dev/integrations/github.md): Route GitHub webhook events to Webhooktrap to inspect push, pull request, and issue payloads before forwarding to your app server. - [Connect Twilio, Linear, Vercel, and More to Webhooktrap](https://docs.webhooktrap.dev/integrations/other-providers.md): Webhooktrap works with any service that sends HTTP webhooks. Learn how to connect Twilio, Linear, Vercel, Clerk, Resend, and custom APIs. - [Integrate Webhooktrap with Any HTTP Webhook Provider](https://docs.webhooktrap.dev/integrations/overview.md): Point any webhook provider at your Webhooktrap ingest URL. No provider-specific SDK needed — one URL works with Stripe, GitHub, Shopify, and more. - [Capture and Replay Shopify Webhook Events with Webhooktrap](https://docs.webhooktrap.dev/integrations/shopify.md): Capture Shopify order, product, and fulfillment events with Webhooktrap. Inspect raw payloads and replay them to your local server in development. - [Capture and Replay Stripe Webhooks with Webhooktrap](https://docs.webhooktrap.dev/integrations/stripe.md): Connect Webhooktrap to Stripe in minutes. Capture payment events, inspect Stripe-Signature headers, and replay to your local handler. - [Introduction](https://docs.webhooktrap.dev/introduction.md): Capture, inspect, and replay webhooks. Open source, self-hosted. - [Quickstart: Capture and Replay Webhooks in Minutes](https://docs.webhooktrap.dev/quickstart.md): Create your first Webhooktrap inbox, capture a webhook payload, and replay it to your local server in minutes — no account required. - [What Webhooktrap Stores and How Long It Keeps Data](https://docs.webhooktrap.dev/security/data-storage.md): Webhooktrap stores webhook payloads, account emails, and session data. Learn what is kept, what is redacted, and how long data is retained. - [Webhooktrap Security: HTTPS, Redaction, and Access Controls](https://docs.webhooktrap.dev/security/overview.md): Webhooktrap protects your webhook data with HTTPS ingest, automatic header redaction, auth-gated dashboards, and controlled read-only sharing.