Get a list of blocked affiliate offer
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_blocked": [
{
"id": 4828,
"offer_id": 2786,
"affiliate_id": 4981
},
{
"id": 4829,
"offer_id": 2786,
"affiliate_id": 4964
},
{
"id": 4844,
"offer_id": 2786,
"affiliate_id": 4982
}
]
}
}PreviousAdd affiliates to an blocked list of offerNextRemove affiliates from a list of blocked offer
Last updated