Webhook APIs
Create Webhook
Create a new webhook for a specific project
POST
Create Webhook
Create a webhook by providing the project ID and the webhook details.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the project
Body
application/json
URL endpoint for the webhook
Name of the webhook
List of event types to subscribe to
Available options:
memory:add
, memory:update
, memory:delete
Whether the webhook is active
Unique identifier of the project