Back to API List
Webhook Management API
Integration
3 Endpoints
Register, manage, test webhook endpoints, and track delivery attempts with retry logic.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Webhook Management API. These API routes are live!
POST
/api/webhooks
Register new webhook endpoint with event subscriptions.
Try it out
POST
/api/webhooks/{webhookId}/test
Test webhook delivery with sample payload. Replace {webhookId} with an actual ID.
Try it out
Replace placeholders (e.g., {userId}) with actual values in the path above.
GET
/api/webhooks/logs
Get webhook delivery logs with filtering and status.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).