HookLab - Webhook Testing and Debugging
HookLab lets developers test and debug webhooks from any service — Stripe, GitHub, Shopify, Twilio, and more. • Create temporary webhook URLs in seconds • Capture and inspect every detail: headers, body, query params, IP address • Replay captured webhooks to your server for debugging • Custom response codes and bodies (Pro+) • Automatic cleanup with configurable retention Perfect for…
HookLab - Webhook Testing and Debugging endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if the API is running. Returns status and version info. |
| POST |
Create Endpoint /api/v1/endpoints |
Create a new temporary webhook endpoint that can receive webhooks from external services. |
| GET |
List Endpoints /api/v1/endpoints |
List all your webhook endpoints with pagination. |
| GET |
Get Endpoint /api/v1/endpoints/{endpointId} |
Get details of a specific webhook endpoint. |
| PATCH |
Update Endpoint /api/v1/endpoints/{endpointId} |
Update settings for a webhook endpoint such as name, custom response, or active status. |
| DELETE |
Delete Endpoint /api/v1/endpoints/{endpointId} |
Delete a webhook endpoint and all its captured requests. |
| GET |
List Captured Requests /api/v1/endpoints/{endpointId}/requests |
List all webhook requests captured by an endpoint, newest first. |
| POST |
Replay Webhook /api/v1.replay |
Replay a previously captured webhook request to a target URL for debugging. |
HookLab - Webhook Testing and Debugging pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|