Apply for an offer

HTTP method

Endpoint

POST

/aff/v1/offers/{offer_id}/applys

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

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

Field

Type

Description

status

string

Affiliates’ application status of an offer.

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