Python
Webhook APIs
Update Webhook
Update an existing webhook configuration, such as its URL or event subscriptions, by webhook ID.
PUT
Python
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"