Skip to main content

Get Started with Webhook Inspector

Four simple steps to deploy your webhook inspector. Takes about 5 minutes.

Create a free account

30 seconds

Sign up with your GitHub account or email. No credit card required.

Install the CLI

10 seconds

Run a single npm command to install the Codehooks CLI on your machine.

npm install -g codehooks

Deploy the template

2 minutes

Create 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 Account

No credit card required.

What's included in your webhook inspector:

Catch all HTTP methodsInspect headers & bodyReplay to target URLCopy as cURLFull source code