Webhook Receiver

A simple service to capture and inspect webhooks

How to use

1

Send webhooks to:
https://webhook.dev.nklck.cz/{your-identifier}

2

View received webhooks at:
https://webhook.dev.nklck.cz/view/{your-identifier}

Example

Send a test webhook:

curl -X POST -H "Content-Type: application/json" -d '{"event":"test"}' https://webhook.dev.nklck.cz/my-test

Then view it at: https://webhook.dev.nklck.cz/view/my-test