Get an application information

Path parameters

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/v1/offer_applications/2198

Request GET http://{networkname}.api.offerslook.com/v1/offer_applications/2198

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_application": {
          "id": 2198,
          "affiliate_id": 5075,
          "offer_id": 2789,
          "apply_time": 1461918094,
          "accept_time": 0,
          "status": "pending"
        }
      }
    }

Last updated