Catch

Create a bin

POST /v1/catch/bins
{ "name": "stripe-local" }

Receive

Any method to /v1/catch/:binId is recorded. Authorization headers are redacted.

Inspect

GET /v1/catch/:binId/events

Replay (Pro)

POST /v1/catch/:binId/replay/:eventId
{ "url": "https://localhost:3000/webhook" }