API Reference/Documentation
GitHubDashboard
Modules

Addons

Manage addon modules for your tenant — browse the catalog, install, activate, configure, and check entitlements.

Catalog

Browse available addons

Lifecycle

Install, activate, suspend, uninstall

Configuration

Per-addon settings

Catalog

Query Parameters

ParameterTypeDescription
page
integerPage number
limit
integerItems per page
category
stringFilter by addon category
search
stringSearch addons by name or description
Request
HTTP
http
GET https://api.leadron.io/v1/addons/catalog?category=ai&page=1&limit=20
X-API-Key: ldr_live_sk_a1b2c3d4e5f6g7h8i9j0
Response200OK
200 Response
json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "success": true,
  "status": 200,
  "data": [
    {
      "id": "addon_agents",
      "name": "AI Agents",
      "description": "AI-powered caller and recommender agents",
      "category": "ai",
      "version": "1.0.0",
      "pricing": {
        "type": "subscription",
        "monthlyPrice": 49.99
      }
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 20,
    "total": 1,
    "totalPages": 1,
    "hasNext": false,
    "hasPrev": false
  },
  "meta": {
    "timestamp": "2026-03-01T12:00:00.000Z",
    "version": "v1"
  }
}

Installed Addons

Lifecycle Management

Configuration

Entitlement Check