Get a Postback by id

Path parameters

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51

Request GET http://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_postback": {
          "id": 51,
          "offer_id": 5,
          "affiliate_id": 161,
          "event_id": 1,
          "type": 2,
          "code": "http://offerslook.com",
          "status": "pending",
          "create_time": 1467777333,
          "update_time": 1467777333
        }
      }
    }

Last updated