Skip to main content
PUT
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

webhook_id
string
required

Unique identifier of the webhook.

Body

application/json
name
string

New name for the webhook

url
string

New URL endpoint for the webhook

event_types
enum<string>[]

New list of event types to subscribe to

Available options:
memory:add,
memory:update,
memory:delete,
memory:categorize

Response

Webhook updated successfully

message
string
Example:

"Webhook updated successfully"