Webhooks
Update webhook endpoint
Modify an existing Luma webhook endpoint using luma.webhooks.update(), changing the delivery URL or its subscribed event types by ID.
SDK
luma.webhooks.update(id: string, body: WebhookUpdateParams): Promise<Webhook>
Updates an existing webhook endpoint.
Parameters
Webhook endpoint
api_id from webhooks.create() or webhooks.list().Fields to update. See the official Luma API docs for available fields.
Test it
Use a webhook ID from your account — runwebhooks.list() to find one: