Get Started with Webhook Inspector
Four simple steps to deploy your webhook inspector. Takes about 5 minutes.
Create a free account
30 secondsSign up with your GitHub account or email. No credit card required.
Install the CLI
10 secondsRun a single npm command to install the Codehooks CLI on your machine.
npm install -g codehooks
Deploy the template
2 minutesCreate and deploy your webhook inspector with two commands.
coho create myinspector --template webhook-inspector cd myinspector && npm install && coho deploy
Start inspecting webhooks
Done!Your webhook inspector is live! Run coho info to find your app URL. Open it in a browser, create an endpoint, and start catching webhooks.
coho info # Open the URL shown under "API endpoints"
Ready to start?
Create your free account to get your API keys and start deploying.
Create Free AccountNo credit card required.
What's included in your webhook inspector:
Catch all HTTP methodsInspect headers & bodyReplay to target URLCopy as cURLFull source code