Account
Retrieve affiliate system data
Get an overview of the affiliate system data, leads, stats, etc.
get/api/account/affiliate
Response
Successful affiliate data
object required
Example response
{
"status": "success",
"message": "all affiliate system data are listed below",
"data": {
"information": {
"link": "https://24fi.re/ref/sI1Xshd5"
},
"summary": {
"confirmed_leads": 4,
"url_clicks": 3,
"balance_paid": 7,
"balance_pending": 0
},
"leads": [
{
"customer": "f. a.",
"date": "2023-12-26T20:44:50.000Z",
"buy_price": 16,
"product_name": "Intel Xeon KVM-Server",
"status": "confirmed"
}
]
}
}