/%F0%9F%AA%9D%0A--------------------webhooks%0A--------------------upcoming

🪝 Webhooks & Upcoming

Configure event subscriptions, manage endpoint URLs, and preview upcoming API features in real-time.

Endpoint Configuration

● Live

Event 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.

core ETA: Q1 2026

Multi-tenant Hook Routing

Dynamic endpoint routing based on organization and workspace context.

enterprise In Beta

Custom JSON Schema Validation

Define allowed webhook shapes and reject malformed payloads before delivery.

security ETA: Q2 2026