curl --request POST \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/{endpoint_id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 123,
"latency_ms": 123,
"error": "<string>"
}Send a synchronous test delivery to the endpoint with a synthetic webhook.test event. Returns the delivery result immediately.
curl --request POST \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/{endpoint_id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 123,
"latency_ms": 123,
"error": "<string>"
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Webhook endpoint identifier (e.g. whe-abc12345)