Get a list of approved affiliate offer
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_approved": [
{
"id": 4825,
"offer_id": 2786,
"affiliate_id": 4967
},
{
"id": 4827,
"offer_id": 2786,
"affiliate_id": 4970
},
{
"id": 5389,
"offer_id": 2786,
"affiliate_id": 4876
}
]
}
}PreviousAdd affiliates to an approved list of offerNextRemove affiliates from a list of approved offer
Last updated