Webhook APIs
Update Webhook
Update an existing webhook
PUT
Update Webhook
Update a webhook by providing the webhook ID and the fields to update.
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
New name for the webhook
New URL endpoint for the webhook
New list of event types to subscribe to
Available options:
memory:add
, memory:update
, memory:delete
Response
200
application/json
Webhook updated successfully