{ "opencollection": "1.0.0", "info": { "name": "Mem0 API Docs agents webhooks API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get Project Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.mem0.ai/api/v1/webhooks/projects/:project_id/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Unique identifier of the project." } ] }, "docs": "Retrieve all webhooks for a specific project" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.mem0.ai/api/v1/webhooks/projects/:project_id/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Unique identifier of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook for a specific project" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mem0.ai/api/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "Unique identifier of the webhook." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing webhook" }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mem0.ai/api/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "Unique identifier of the webhook." } ] }, "docs": "Delete an existing webhook" } ] } ], "bundled": true }