{
"response": "Successfully fetched affiliate statistics",
"state": "success",
"code": 200,
"data": {
"affiliate_enabled": true,
"affiliate_id": "aff_sigmasimon",
"affiliate_link": "https://dev-dash.ryzehosting.com/?ref=aff_sigmasimon",
"stats": {
"total_clicks": 2,
"total_purchases": 0,
"total_earned": 0,
"pending_credits": 0,
"available_credits": 0
},
"history": {
"clicks": [
{
"created_at": "2025-12-06 00:42:48",
"referrer": null
},
{
"created_at": "2025-12-06 00:42:24",
"referrer": null
}
],
"purchases": []
},
"charts": {
"clicks_daily": [
{
"date": "2025-12-06",
"clicks": 2
}
],
"purchases_daily": [],
"clicks_monthly": [
{
"month": "2025-12",
"clicks": 2
}
],
"purchases_monthly": []
}
}
}