The Webhooks API lets you create, read, update, and delete webhook configurations programmatically.Documentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All endpoints require authentication. See Authentication for details.List Webhooks
List all webhooks in your tenant.Endpoint
Response
Array of webhook objects
Get Webhook
Get a specific webhook by ID.Endpoint
Path Parameters
Webhook ID
Create Webhook
Create a new webhook.Endpoint
Request Body
Webhook name
Webhook endpoint URL
Array of event types to subscribe to
Optional secret for signature verification
Optional custom headers to include
Request timeout in milliseconds (default: 30000)
Request Example
Update Webhook
Update an existing webhook.Endpoint
Request Body
Updated name
Updated URL
Updated event subscriptions
Whether webhook is enabled
Delete Webhook
Delete a webhook.Endpoint
Webhook Statistics
Get webhook delivery statistics.Endpoint
Response
Total delivery attempts
Successful deliveries
Failed deliveries
Success rate (0-1)
Failed Deliveries
Get failed webhook deliveries.Endpoint
Query Parameters
Maximum results (default: 50)
Pagination offset
Retry Failed Deliveries
Retry all failed deliveries for a webhook.Endpoint
Error Responses
Standard error format:Next Steps
Collections API
Manage Collections via API
Vault API
Manage credentials via API