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,
"isNetAmount": false
},
"affiliateLink": "https://platform.shoffi.app/r/rl_xxxxxxxx"
}{
"status": 400,
"message": "Error details"
}Example request with custom terms
Example request with group terms
Parameter breakdown
affiliateDetails
groupId
affiliateTerms
Response example
Last updated