Skip to main content

Webhooks

Tenant admins with webhook management permissions can create subscriptions, list available event types, and inspect deliveries.

Common endpoints:

  • GET /webhooks
  • POST /webhooks
  • GET /webhooks/events
  • PATCH /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.