curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/health \
--header 'Authorization: Bearer <token>'{
"active_endpoints": 123,
"disabled_endpoints": 123,
"deliveries_24h": 123,
"success_24h": 123,
"failed_24h": 123,
"success_rate_24h": 123,
"top_event_types": [
{
"event_type": "<string>",
"count": 123
}
]
}Returns active + disabled endpoint counts, 24-hour delivery counts (success / failed / total), success rate, and the top event types delivered in the last 24 hours. Useful for Status-page-style dashboards or monitoring integrations. Read-only: owner, admin, and auditor.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/health \
--header 'Authorization: Bearer <token>'{
"active_endpoints": 123,
"disabled_endpoints": 123,
"deliveries_24h": 123,
"success_24h": 123,
"failed_24h": 123,
"success_rate_24h": 123,
"top_event_types": [
{
"event_type": "<string>",
"count": 123
}
]
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)