GET /v1/webhooks
GET
scope: webhooks.manage
0 credits
/v1/webhooksList all registered webhooks.
Try it
GET
/v1/webhooksSaved locally in your browser
URL
https://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/webhooksEnter your API key above to send requests
Response
{
"webhooks": [{
"id": "wh-abc123",
"name": "Make.com Lead Sync",
"events": ["lead.replied"],
"is_active": true,
"failure_count": 0,
"disabled_reason": null
}]
}