---
title: "Update an existing webhook profile"
method: PATCH
path: "/notifications/webhooks/{webhookProfileId}"
tags: ["Profile"]
---

# Update an existing webhook profile

`PATCH /notifications/webhooks/{webhookProfileId}`

## Path parameters

- `webhookProfileId` string, required

## Request body

- WebhookProfileUpdateRequest
  - `eventTypes` string[] — Event types that will be sent to the URL. If empty, then all events will be sent to the URL. Reference [Webhook events](https://docs.meld.io/docs/webhook-events)
  - `eventVersion` string — Version of webhooks sent to the URL. Reference [Webhook version](https://docs.meld.io/docs/versioning)
  - `name` string — Display name
  - `status` 'ACTIVE' | 'DISABLED' — Status
  - `url` string — URL where webhooks will be sent

## Response `200`

Webhook profile has been updated

## Other responses

- `400` — Bad Request : check request values and format
- `401` — Invalid credentials
- `403` — Unauthenticated or authenticated with insufficient access
- `404` — Webhook profile cannot be found
- `500` — Server Error. This applies to all 5xx errors, including but not limited to 500, 501, 502, 503, and 504 errors. You should treat all of these errors the same.

---

[API](https://skmtc.net/meld/apis/bank-linking.md) · [All operations](https://skmtc.net/meld/apis/bank-linking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meld/bank-linking/versions/818d6079a611/schema)
