🪝 Webhooks & Upcoming
Configure event subscriptions, manage endpoint URLs, and preview upcoming API features in real-time.
Endpoint Configuration
● LiveEvent Subscriptions
word.added
Triggered when a new word is added to the database
definition.updated
Fires when a definition or example is edited
translation.complete
Sent when async translation jobs finish
user.lookup.high_volume
Rate limit approaching threshold
Sample Payload
v2.1 Beta
application/json
{"event": "word.added",
"timestamp": "2025-10-15T14:32:00Z",
"data": {
"word_id": "w_9f8e7d6c",
"term": "serendipity",
"language": "en",
"status": "verified",
"sources": ["oxford", "merriam"]
}}
Upcoming Features
Streaming Webhooks
Real-time event streaming via Server-Sent Events (SSE) with automatic retry logic.
Multi-tenant Hook Routing
Dynamic endpoint routing based on organization and workspace context.
Custom JSON Schema Validation
Define allowed webhook shapes and reject malformed payloads before delivery.