Get a list of approved offer affiliate
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_approved": [
{
"id": 5032,
"affiliate_id": 4998,
"offer_id": 3049
},
{
"id": 5033,
"affiliate_id": 4998,
"offer_id": 3046
},
{
"id": 5034,
"affiliate_id": 4998,
"offer_id": 3041
}
]
}
}PreviousAdd offers to an approved list of affiliateNextRemove offers from a list of approved affiliate
Last updated