// 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.

$
/b/my-webhook-binslug may get a suffix if already taken
// inspector previewlive
POST/hook/stripe/payment200
12:048ms612 B54.187.174.169
GET/api/v2/orders?limit=20200
12:048ms1.2 KB54.187.174.169
DELETE/webhook/twilio/sms500
12:048ms204 B54.187.174.169
POST/hook/shopify/order201
12:048ms3.4 KB54.187.174.169
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.