---
title: "Update Webhook"
method: POST
path: "/v2/webhooks/update"
tags: ["Webhooks"]
---

# Update Webhook

`POST /v2/webhooks/update`

Update a webhook endpoint's event types or status (active/paused).

## Request body

- object
  - `id` string, required
  - `event_types` string[]
  - `status` 'active' | 'paused'

## Response `200`

Successful response.

- object
  - `id` string, required
  - `url` string, required
  - `event_types` string[], required
  - `status` 'active' | 'paused', required
  - `secret` string, required
  - `created_at` string, date-time, required — ISO 8601 Datetime. For example, 2022-10-19T03:27:13.673Z

---

[API](https://skmtc.net/luma/apis/luma-api.md) · [All operations](https://skmtc.net/luma/apis/luma-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luma/luma-api/revisions/12835be09062/schema)
