Create New Affiliate
Create a new affiliate and get its affiliate link
Request Body
Name
Type
Description
{
"affiliateDetails": {
"email": "[email protected]",
"firstName": "Tobias",
"lastName": "Lütke",
"nickName": "tobi"
},
"affiliateTerms": {
"revenueShare": 30,
"cpi": 10,
"limitPeriod": 24,
"minWithdrawal": 50,
"recurringChargeOnly": true
},
"affiliateLink": "https://platform.shoffi.app/r/rl_xxxxxxxx"
}{
"status": 400,
"message": "Error details"
}Parameters breakdown
affiliateDetails
affiliateTerms
Response example
Last updated