Problem: You need a quick webhook endpoint for testing, but every tool wants you to sign up first.
Solution: curl -s http://69.62.106.38:3101/new | jq
Instant unique webhook URL. Send anything to it. Check what arrived:
curl -s http://69.62.106.38:3101/YOUR_ID/requests | jq
That's it. No signup, no email, no account. Just curl from your terminal.
Perfect for testing Stripe webhooks, GitHub hooks, Slack events, CI/CD pipelines.
http://69.62.106.38:3101
#webhooks #testing #devtools #selfhosted #api #webdev #programming #sysadmin