Below is an example of a reward object thats been issued.
{
"id": 2,
"campaign_id": 123,
"count": 1,
"value": "$50.00",
"total": 50,
"issued_at": "2026-07-22",
"details": {
"name": "Referrer Reward",
"metric": "amount", //amount|commission|custom
"reward_for": "referrer", // referrer|lead
"method": "manual", // tremendous|stripe|paypal|webhook|zapier|make|n8n|manual
"value": "$50.00",
"currency": "USD", // only when metric is amount|commission
"amount": 50, // only when metric is amount
"commission": 10, // only when metric is commission
"commission_cap": 100, // only when metric is commission
"metric_amount": 1, // only when metric is custom
"metric_name": "Hat" // only when metric is custom
},
"recipient": {
"id": 4,
"first_name": "Alex",
"email": "[email protected]"
},
"leads": [
{
"id": 10,
"first_name": "Sam",
"email": "[email protected]",
"qualified_at": "2026-07-20",
"total_spend": 500
}
]
}