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

# Update Webhook Endpoint

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

Updates a Webhook Endpoint.

## Path parameters

- `webhookEndpoint.id` string, required

## Request body

- TinkWebhookApiV2UpdateWebhookEndpointRequest — The webhook endpoint to update
  - `webhookEndpoint` TinkWebhookApiV2WebhookEndpoint
    - `createdAt` string, date-time, required — Time at which the webhook was stored specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
    - `description` string — An optional description of what the webhook is used for.
    - `disabled` boolean, required — Marks whether the webhook is disabled. Defaults to false.
    - `enabledEvents` string[], required — The list of events to enable for this endpoint.
    - `id` string, required — A Tink unique identifier for the webhook endpoint.
    - `secret` string
    - `updatedAt` string, date-time, required — Time at which the webhook was updated specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
    - `url` string, required

## Response `200`

A successful response.

- TinkWebhookApiV2WebhookEndpoint
  - `createdAt` string, date-time, required — Time at which the webhook was stored specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
  - `description` string — An optional description of what the webhook is used for.
  - `disabled` boolean, required — Marks whether the webhook is disabled. Defaults to false.
  - `enabledEvents` string[], required — The list of events to enable for this endpoint.
  - `id` string, required — A Tink unique identifier for the webhook endpoint.
  - `secret` string
  - `updatedAt` string, date-time, required — Time at which the webhook was updated specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
  - `url` string, required

## Other responses

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

---

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