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.
Blazor Webhook Receiver
This app exposes a webhook endpoint and keeps the latest payloads in memory so you can confirm integrations quickly.
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.
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.
No webhook requests have arrived yet.
Choose an event to inspect its payload.