Watch webhook requests appear instantly as they arrive. WebhookSpy uses Server-Sent Events (SSE) to push
new requests to your browser without any manual refreshing. Perfect for debugging webhook integrations
where timing matters.
Instant updates via Server-Sent Events
No page refresh needed
Automatic reconnection on network issues
Permanent Webhook URLs
Your webhook URL never expires. Configure it once in your third-party service and it will keep working
indefinitely. Request data is cleared after 7 days of inactivity, but the endpoint stays active and
continues capturing new requests.
URLs never expire
Data retention: 7 days of inactivity
Stores last 100 requests per endpoint
Complete HTTP Request Inspection
Examine every detail of incoming requests. View HTTP headers, request body content, query string parameters,
source IP addresses, and request paths. JSON payloads are automatically formatted with syntax highlighting
for easy reading.
Headers, body, and query params
JSON syntax highlighting
Source IP tracking
Support for All HTTP Methods
WebhookSpy captures requests using any HTTP method. Whether your webhook sends GET, POST, PUT, PATCH, DELETE,
or any custom method, it will be captured and displayed with color-coded method badges for quick identification.
GET, POST, PUT, PATCH, DELETE
Custom HTTP methods supported
Color-coded method indicators
Secure Endpoints with Access Keys
Need to test webhooks containing sensitive data? Create a secure endpoint protected by a unique access key.
Only users with the key can view captured requests in the inspector. Perfect for teams testing production-like
webhook payloads.
One-click secure endpoint creation
Access keys hashed with industry-standard bcrypt
Share keys with teammates via URL or manual entry
Security Hardened
WebhookSpy is built with security in mind. Rate limiting prevents abuse, security headers protect against
common web vulnerabilities, and XSS protection ensures captured payloads are safely displayed. We also
remind users not to send sensitive data to public endpoints.
WebhookSpy provides a full REST API for programmatic access to all features. Create endpoints, retrieve captured
requests, and integrate webhook testing into your CI/CD pipelines or automated testing workflows. Our interactive
API documentation
powered by OpenAPI 3.0 lets you explore and test endpoints directly in your browser.