---
title: "Update Webhook Endpoint"
method: PATCH
path: "/events/v2/webhook-endpoints/{id}"
tags: ["Events v2.Webhook", "REGION.US"]
---

# Update Webhook Endpoint

`PATCH /events/v2/webhook-endpoints/{id}`

Updates a Webhook Endpoint.

## Path parameters

- `id` string, required

## Request body

- UpdateWebhookEndpointRequest
  - `description` string — An optional description of what the webhook is used for.
  - `disabled` boolean — Marks whether the webhook is disabled.
  - `enabledEvents` string[] — The list of events to enable for this endpoint.
  - `url` string — The URL of the webhook endpoint. Allowed schemes: https.

## Response `200`

A successful response.

## Other responses

- `401` — Authorization token is missing, or not valid.
- `403` — You are not allowed to access the requested resource.

---

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