Webhooked is a simple, lightweight, and easily-hostable request catcher service for viewing HTTP API requests.
Y'know, just like webhook.site, Beeceptor, or RequestBin, but with a bit more functionality.
It comes with a simple web UI to view all the Hooks you've created, along with the Webhooks that were sent to the
hook (or, hooked on :')
You can build and run the docker image connecting it to a PostgreSQL database, which is the only dependency.
- Docker
- uv
cp .env.example .envto create an.envfile- Start dependencies with
docker compose up -d - Run the app with
uv run fastapi dev app/main.py