Get an offer payout tier of the affiliate
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_payout_tier_affiliate": [
{
"tier_id": 27,
"affiliate_id": 5
},
{
"tier_id": 27,
"affiliate_id": 6
},
{
"tier_id": 27,
"affiliate_id": 7
}
]
}
}Last updated