Client-only · talks to your core API

Dead-letter inbox

Connect this browser to the hosted API at api.getrequeue.com — or a core you run yourself. Create an ingest endpoint, point webhooks at it, then inspect and replay failures. Credentials stay in this browser's localStorage. This page has no backend.

Connect

Leave the base URL as https://api.getrequeue.com unless you self-host. Paste the API key you were given — never a sample or committed secret. The key is sent only to that API as Authorization: Bearer.

Create endpoint

Connect first, then mint an ingest URL on that API. Point Stripe, Clerk, or your worker at the ingest URL. Failures land in the inbox; Replay sends the stored payload to your target URL. No curl required.

events
Not connected

Connect to api.getrequeue.com (or your own core), create an endpoint, then send a failing webhook to the ingest URL.

Inspect

Select an event

Headers, payload, and replay attempts land here. One click re-delivers the stored payload to the endpoint’s target URL.