curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks \
--header 'Authorization: Bearer <token>'[
{
"endpoint_id": "<string>",
"billing_account_id": "<string>",
"url": "<string>",
"description": "<string>",
"event_types": [
"<string>"
],
"is_active": true,
"consecutive_failures": 123,
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]List all webhook endpoints for the organization. Signing secrets are not included.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks \
--header 'Authorization: Bearer <token>'[
{
"endpoint_id": "<string>",
"billing_account_id": "<string>",
"url": "<string>",
"description": "<string>",
"event_types": [
"<string>"
],
"is_active": true,
"consecutive_failures": 123,
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)