Platform
Integrations
Third-party integrations: webhooks, OAuth, integration configs, pre-built connectors (Zapier, Salesforce, DocuSign, etc.), and API logs.
Webhooks
Register and deliver webhooks
OAuth
Authorize, callback, refresh
Connectors
Pre-built connectors
Webhooks
Request
HTTP
http
GET https://api.leadron.io/v1/integrations/webhooks
X-API-Key: ldr_live_sk_a1b2c3d4e5f6g7h8i9j0Response200OK
200 Response
json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"success": true,
"status": 200,
"data": [
{
"id": "wh_001",
"url": "https://example.com/webhook",
"events": [
"lead.created",
"opportunity.won"
],
"active": true
}
],
"meta": {
"timestamp": "2026-02-08T14:30:00.000Z",
"version": "v1"
}
}