Webhook Events and Deliveries
Event types, delivery inspection, and test execution for Athena webhooks.
Event Catalog
Enumerate available webhook event types via:
GET /admin/webhooks/events
Common event families include gateway activity, schema mutations, and backup lifecycle notifications.
Delivery Inspection
Use delivery inspection routes for observability and debugging:
GET /admin/webhooks/{id}/deliveriesPOST /admin/webhooks/{id}/test
Minimal Event Payload Shape
Webhook payloads are JSON and typically include:
- route or event key
- client context
- timestamp
- operation result metadata
Actual payload schema can vary by event type and route family.
Auth Requirements
X-Athena-Clientx-athena-admin-key