...So https://yourserver:8080/w/01HXY.../stripe/webhook and https://yourserver:8080/w/01HXY.../github/push both go to the same endpoint, with the sub-path captured.
curl -X POST http://localhost:8080/w/{endpoint_id} \
-H 'Content-Type: application/json' \
-d '{"event": "payment.completed", "amount": 2999}'
That request shows up in the dashboard immediately. JSON is pretty-printed. Headers are in a table. You can filter by method, search across requests, and page through history.
Made by https://recurohq.com