Get information about a specific offer’s a specific affiliate’s tracking link

HTTP method

Endpoint

GET

/v1/offers/{offer_id}/tracking_links/{affiliate_id}

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

affiliate_id

The current payout for the affiliate.

offer_url_id

The unique id for the multiple.

Example request

Request GET https://{networkname}.api.offerslook.com/v1/offers/16/tracking_links/9?offer_url_id=8

Request GET http://{networkname}.api.offerslook.com/v1/offers/16/tracking_links/9?offer_url_id=8

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "tracking_link": {
          "url": "http://click.dev.offerslook.com:9080/index.php?offer_id=16&aff_id=9&url_id=8",
         "impression_pixel": "<img src='http://qoqololo.iuniontrack.com:9080/impr.php?offer_id=16&aff_id=9'  border='0'  width='1'  height='1' />"

        }
      }
    }

Last updated