Skip to main content

GET /v1/webhooks

GET/v1/webhooks
scope: webhooks.manage 0 credits

List all registered webhooks.

Try it

GET/v1/webhooks
Saved locally in your browser
URLhttps://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/webhooks

Enter 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
}]
}