Core Resources
Commissions
Manage commission rules, calculate payouts, run commission runs, and generate statements. Integrates with opportunities and partners for revenue attribution.
Commission rules
Percentage, fixed, or tiered rules
Payout batches
Batch processing and payouts
Statements
Generate commission statements
Commission Rules
Request
HTTP
http
GET https://api.leadron.io/v1/commissions/rules
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
{
"success": true,
"status": 200,
"data": [
{
"id": "rule_001",
"name": "Standard Partner",
"type": "percentage",
"rate": 10,
"appliesTo": "opportunity"
}
],
"meta": {
"timestamp": "2026-02-08T14:30:00.000Z",
"version": "v1"
}
}