Add affiliates to an approved list of offer

Path parameters

Note:The limit of bulk adjustment is 100 affiliate_ids.

Response body parameters

Example request

Request POST https://{networksname}.api.offerslook.com/v1/offers/2786/approved/40,50

Request POST http://{networksname}.api.offerslook.com/v1/offers/2786/approved/40,50

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_approved": [
          {
            "id": 4793,
            "affiliate_id": 40,
            "offer_id": 2786
          },
           {
            "id": 4794,
            "affiliate_id": 50,
            "offer_id": 2786
          }
        ]
      }
    }

Last updated