---
title: "Update Webhook"
method: PUT
path: "/api/v1/webhooks/{webhook_id}/"
tags: ["webhooks"]
---

# Update Webhook

`PUT /api/v1/webhooks/{webhook_id}/`

Update an existing webhook

## Path parameters

- `webhook_id` string, required

## Request body

- object
  - `name` string — New name for the webhook
  - `url` string — New URL endpoint for the webhook
  - `event_types` string[] — New list of event types to subscribe to

## Response `200`

Webhook updated successfully

- object
  - `message` string

## Other responses

- `400` — Invalid request
- `403` — Unauthorized access
- `404` — Webhook not found

## Changes

> 4 revisions in range; 2 could not be searched.

- **2026-08-04** `d8043b07769d` — 4 breaking, 1 warning, 8 info
  - removed the enum value `memory:add` of the request property `event_types/items/`
  - removed the enum value `memory:categorize` of the request property `event_types/items/`
  - removed the enum value `memory:delete` of the request property `event_types/items/`
  - removed the enum value `memory:update` of the request property `event_types/items/`
  - …9 more

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/api/v1/webhooks/:webhook_id/put.md)

---

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