Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

project_id
string
required

Unique identifier of the project.

Response

List of webhooks for the project.

webhook_id
string

Unique identifier of the webhook.

name
string

Name of the webhook

url
string

URL endpoint for the webhook.

event_types
string[]

List of event types the webhook subscribes to.

is_active
boolean

Whether the webhook is active

project
string

Name of the project the webhook is associated with

created_at
string<date-time>

Timestamp when the webhook was created

updated_at
string<date-time>

Timestamp when the webhook was last updated