Blazor Webhook Receiver

Accept incoming webhooks and see each request right away.

This app exposes a webhook endpoint and keeps the latest payloads in memory so you can confirm integrations quickly.

Webhook endpoint

Send POST requests to /api/webhooks or /api/webhooks/your-source.

The app returns a JSON confirmation and stores the latest 100 events in memory.

What this app does

It accepts webhook payloads, captures headers and body content, and shows them here in the browser.

Use it for testing integrations like payment, order, or notification events.

Recent events

0 item(s)

No webhook requests have arrived yet.

Event details

Choose an event to inspect its payload.