Add an offer to an blocked list of affiliate

Path parameters

Note:The limit of bulk adjustment is 100 offer_ids.

Response body parameters

Example request

Request POST https://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3088,3052

Request POST http://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3088,3052

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_blocked": [
          {
            "id": 4997,
            "affiliate_id": 4998,
            "offer_id": 3052
          },
          {
            "id": 5031,
            "affiliate_id": 4998,
            "offer_id": 3088
          }
        ]
      }
    }

Last updated