Webhooks
Webhook subscription management
📄️ Create a webhook subscription
Register a new webhook endpoint. You can specify which events to listen to and authentication details for the callback.
📄️ List webhook subscriptions
Retrieve a list of all webhook subscriptions configured for this tenant, optionally filtered by project.
📄️ List webhook events
Retrieve a paginated log of events that were processed by the webhook system.
📄️ Get webhook event details with deliveries
Retrieve details of a specific webhook event, including the payload and a list of delivery attempts.
📄️ Get a webhook subscription by ID
Retrieve details of a specific webhook subscription.
📄️ Update a webhook subscription
Update the configuration of an existing webhook subscription.
📄️ Delete a webhook subscription
Permanently remove a webhook subscription.