Docs

Capture, inspect, forward.

Create a bin, copy its capture URL, and send requests to it from a webhook provider or curl.

curl -X POST https://v2.req.is/c/YOUR_BIN_ID \
  -H 'Content-Type: application/json' \
  -d '{"event":"payment.completed"}'