Get a payout of the affiliate

Path parameters

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/v1/affiliate_payouts/100

Request GET http://{networkname}.api.offerslook.com/v1/affiliate_payouts/100

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_payout": {
          "id": 100,
          "offer_id": 1,
          "affiliate_id": 4970,
          "event_id": 1,
          "current_payout": "89",
          "percent_payout": "-1",
          "create_time": 1460427520
        }
      }
    }

Last updated