curl -X POST \
https://platform.shoffi.app/API/affiliate/getAll \
-H 'Content-Type: application/json' \
-d '{
"apiKey": "YourKey",
"appId": 00000000,
"email": "[email protected]"
}'
200 OK
Content-Type: application/json
{
"affiliateDetails": {
"email": "[email protected]",
"firstName": "Tobias",
"lastName": "LΓΌtke",
"nickName": "tobi"
},
"affiliateTerms": {
"revenueShare": 30,
"cpi": 10,
"limitPeriod": 24,
"minWithdrawal": 50,
"recurringChargeOnly": true
},
"affiliatePerformance": {
"appProfit": 1000,
"affiliateProfit": 300,
"paidToAffiliate": 100,
"linkViews": 72
},
"affiliateLink": "https://platform.shoffi.app/r/rl_xxxxxxxx",
"referralCount": 10
}