Webhook APIs
Get Webhook
Retrieve all webhooks for a specific project
GET
Get Webhook
Get a webhook by providing the project ID.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the project
Response
200
application/json
List of webhooks for the project
Unique identifier of the webhook
Name of the webhook
URL endpoint for the webhook
List of event types the webhook subscribes to
Whether the webhook is active
Name of the project the webhook is associated with
Timestamp when the webhook was created
Timestamp when the webhook was last updated