Webhooks
Tenant admins with webhook management permissions can create subscriptions, list available event types, and inspect deliveries.
Common endpoints:
GET /webhooksPOST /webhooksGET /webhooks/eventsPATCH /webhooks/{webhookId}DELETE /webhooks/{webhookId}GET /webhooks/{webhookId}/deliveries
Webhook secrets should be stored server-side and rotated when the destination system changes ownership.
Delivery payloads and signature verification details will be expanded as public webhook consumers stabilize.