Python
Webhook APIs
Update Webhook
Update an existing webhook configuration, such as its URL or event subscriptions, by webhook ID.
PUT
Python
Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the webhook.
Body
application/json
Response
Webhook updated successfully
Example:
"Webhook updated successfully"