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,
ingest_job_completed,
ingest_job_partially_completed,
ingest_job_failed,
ingest_job_cancelled

Response

Webhook updated successfully

message
string
Example:

"Webhook updated successfully"