// http request inspector
See exactly what
your integration sends.
req.is captures request metadata and payloads so you can debug signatures, content types, query parameters, forwarding results, and body formatting.
// inspector previewlive
POST/hook/stripe/payment200
GET/api/v2/orders?limit=20200
DELETE/webhook/twilio/sms500
POST/hook/shopify/order201
HeadersQueryBodyCode
Hostreq.is
Content-Typeapplication/json
Stripe-Signaturet=1699029871,v1=5a2f...
// inspector workflow
01
Headers and query tabs
Scan each key/value pair without reading raw logs or reformatting payloads.
02
Body and response views
Pretty JSON, raw text, capture response metadata, and forwarding response status live together.
03
Replay snippets
Generate curl, JavaScript, and Python snippets from the selected request.
04
Forwarding controls
Enable, disable, or replay to a target endpoint from the same dashboard.