Apply for an offer

Path parameters

Note: When the field of the offer_approval is equal to 2 (public) , affiliates can apply directly to the offer without permission (this operation make affiliates approved to the offer in default). At the same time, affiliates can also directly get access to the tracking link.

Response body parameters

Example request

Request POST https://{networkname}.api.offerslook.com/aff/v1/offers/16/applys

Request POST http://{networkname}.api.offerslook.com/aff/v1/offers/16/applys

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_application": {
          "status": "pending"
        }
      }
    }

Last updated