Remove an offer from a list of blocked affiliate

Path parameters

Note:The limit of bulk adjustment is 100 offer_ids.

Response body parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3046,1122

Request DELETE http://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3046,1122

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_blocked": []
      }
    }

Last updated